body{
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#wrapper{
	margin: 0 auto;
	max-width: 420px;
	text-align:center;
	position:relative;
}
.logo{
	width: 420px;
	height: 151px;
	background: url(../images/GEO2M.png) no-repeat;
}
p{ 
	margin: 0; 
	padding: 0;
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}
#horizon        
	{
	text-align: center;
	position: absolute;
	top: 48%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#content    
	{
	margin-left: -210px;
	position: absolute;
	top: -75px;
	left: 50%;
	width: 420px;
	height: 151px;
	visibility: visible
	}
	
@media screen and (max-device-width: 640px), screen and (max-width: 640px) {

}