@charset "utf-8";
/* CSS Document */
/* Layout */

body {
	margin: 0px 0px 0px 0px;
	background: #A8E1F2 url(../images/bg.jpg) no-repeat;
	background-position:top center;
}
a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#hpage {
	width:990px;
	margin: 0 auto;
}
#footer {
	width:918px;
	margin:6px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:-1px;
	line-height: 30px;
	color:#333333;
	text-align:center;
	clear:both;
}
.linkG {
	font-size:11px;
	color:#333333;
}