/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
background: #ABC3E8;
color: #1C2646
}
#container { 
position:absolute;
width:790px;
left:50%;
margin-left:-395px;
margin-top: 15px;
text-align:center;
background-color: #2E1D18;
color: white;
}

#runner {
	width:704px;
	height: 129px;
	position: absolute;
	left: 50%;
	margin-left: -352px;
	background: url("/imgs/dekkerjack.jpg") no-repeat top;
	color: #C0CAB6;
}
