@charset "utf-8";

html, body{
	padding: 0;
	margin:0px;
	text-align:center;
	background-color: #333333;
}

/*
body{
	text-align:center;
}
*/

#container{
	width: 800px;
	margin:0px auto;
	position: relative;
	margin-bottom:0px;
	margin-top:0px;
}

#banner{
	width: 800px;
	height: 70px;
	color: #ccc;
}

#mainContent{
	width: 800px;
}

#footer{
	width: 780px;
	height:25px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 20px;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}


#footer a:link {
	color: #cccccc;
}
#footer a:visited {
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	color: #cccccc;
	text-decoration: underline;
}
#footer a:active {
	color: #999999;
	text-decoration: underline;
}

