/* CSS Document */
body {
	text-align: center;
	background-color:#386b21;
}


#center {
	width:160px; 
	height:80px; 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-40px auto auto -80px; 
	text-align:left;
}

