html,body{height:100%; margin:0; padding: 0;}

body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif; font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	

	color: #333;
	/*text-shadow: 0 1px 0 #fff;*/
	}

#container {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	background-repeat: no-repeat;
	padding-bottom:80px;

     	}

#header {
	width: 910px;
	border: 0px;
	top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:80px;
     	}



	 


#footer {
	clear:both;
	width: 910px;
	height:25px;
	padding-top: 10px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}





A:link	{
	color: #C6C;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #C6C;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color:#F9F;
	text-decoration:underline;
}


