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

a {text-decoration:none; color:#333}
a:hover {color: #C0C0C0;}

img {border: none;}
body {
	color: #333;
	background-color:#8ba8b6;
	font-family:Arial, Helvetica, sans-serif;
}
#contain {
	position: relative;
	margin: 0px auto;
	top: 50px;
	background-image: url(imgs/bgshadow.gif);
	background-repeat:repeat-y;
}

#rotator {
	position: absolute;
	width: 720px;
	height: 245px;
	padding: 40px;
	padding-bottom: 0px;
	overflow:hidden;
	left: 0px;
	top: -4px;
}
#footer a {color:#FFF;}
#footer a:hover {color: #CCC;}
#footer {
	position:relative;
	margin: 0px auto;
	height: 100px;
	top: 900px;
	text-align:center;
	color:#FFF;
}
