body {
	background: black;
	background-repeat: no-repeat;
    background-position: top center;
    color: #999999;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#mainpic {
	background: url(images/main.jpg) no-repeat;
	background-position: bottom;
	
	margin: 0px auto;
	width: 745px;
	height: 500px;
	
}

#footer {
	width: 600px;
	margin: 10px auto;
	overflow: hidden;
	text-align: center;
	
	}
	
#footer ul {
	
	
	}
	
#footer ul li {
	list-style: none;
	padding: 0px;
	display: inline;
	
	}
	
#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
	color: #ffffff;
	display: inline;
	font-size: 15px;
	line-height: 170%;
	text-transform: lowercase;
    padding: 5px;
	text-decoration: none;
	}

#footer ul li a:hover, #footer ul li a:active {
	color: #457DD9;
    padding: 5px;
	text-decoration: none;
	}


