/* Reset */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0px; 
	padding:0px; 
} 
fieldset,img {  
	border:0px; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0px; 
}
a{
	text-decoration:none;
	color:#cfe5ae;
}
a:active, a:focus{
	outline:none;
}
a:hover{
	background:#ffffff;
	color:#79b51c;
}


html, body {
	height:100%;
}
body {
	background-color:#79b51c;
	color:#ffffff;
	font-size:12px;
	line-height:19px;
	font-family:arial;
	text-align:center; /* horizontal centering for IE Win quirks */
}
#distance {
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-125px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:250px;
	width:400px;
	clear:left;
	background-color:#79b51c;
}
#container p{
	text-align:center;
}
#container #logo{
	padding-bottom:30px;
}

