html { padding:0; margin:0;}
body {
	background: #0E84C7 url(images/bg.jpg) top center no-repeat;
	font-family: tahoma;
	font-size: 13px;
	color: #ffffff;
	margin:0; padding:0; width:100%;
	}
#content {
	font-family: tahoma;
	color: #ffffff;
	}
a:link {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFF87;
	text-decoration: none;
	}
a:visited {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFF87;
	text-decoration: none;
	}
a:hover {
	font-family: tahoma;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	}
