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

body{
	background:#dddddd;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

#wrapper{
	width:100%;
	height:100%;
	margin:0px auto 0px auto;
}

#topimg{
	margin:0px auto 0px auto;
	background:url(../Images/shell-eco-marathon.png) center;
	width:100%;
	height:400px;
}

#header{
	width:100%;
	height:125px;
	background:#333333;
	top:400px;
	position:absolute;
}

#center{
	margin:0px auto 0px auto;
	width:1000px;
	height:75px;
}


#logo{
	width:200px;
	height:75px;
	background:url(../Images/Logo.png);
}

#main{
	width:960px;
	height:100%;
	background:#cccccc;
	margin:100px auto 0px auto;
	padding:20px;
}

#footer{
	width:1000px;
	height:100%;
	background:#333333;
	margin:0px auto;
	padding:20px 0px;
}

#footer ul{
	width:100%;
	position:relative;
	text-align:center;
}

#footer ul li, #footer ul li a{
	list-style: none;
	display:inline;
	color:#dddddd;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

