@charset "UTF-8";
html {
	/*height: 100%;
	overflow: hidden;*/
}
body {
	/*height: 100%;*/
	background:#fff4dc url(../images/bg.jpg) top repeat-x;
	text-align:center;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-top:0px;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #FF0066;
}
a:active {
	text-decoration: underline;
	color: #FF0066;
}
.clearIt{clear:both;display:none;}

