html, body { 		
	height: 100%; 
	margin: 0;
	padding: 0;
 	font-family: 'Ropa Sans', sans-serif;
}

#abstand {
	height: 50%; 
	width: 100px;
	margin-bottom: -15em; 
	float: left; 
	}


#wrapper {
	overflow: hidden; 
	position: relative; 
	margin: auto auto; 
 	width:100%; 
	text-align: center;
	height: 500px; 
	clear: left; 
}

.logo {
 	width:100%;
 	max-width:674px;
	margin:20px auto;
	text-align:center;
	
	background-color:#fff;
	}

#container{ 
 	background-color:#E8E8E0;
 	margin-top:31px;
	}



#wrapper p {
	font-size:1.25em;
	line-height:1.5em;
	font-weight:normal;
	color:#959495;
	text-transform:uppercase;
	text-align:center;
	margin-top:25px;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration:none;
}

#wrapper img {
	border:none;
}
img {
	max-width: 100%;
	height: auto;
}
