body {
	margin: 0px;
	background: url(Images/splash_bg.jpg) repeat-x left top;
	font: normal 11px Tahoma, Arial;
	color: #666666;
	text-decoration: none;
}
#container{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
a{
	color:#0295DA;
	text-decoration:none
}
a:hover{
	color:#0073BC;
	text-decoration:underline;
}
a.link,a.link:active,a.link:visited{
	color:#999999;
	text-decoration: none;
	font-weight: normal;
	font-size:10px;
}
a.link:hover{
	color: #666666;
	text-decoration: underline;	
}
