html, body{
background-color: #fff; 
width: 100%;
height: 100%;
display: block;
}
.wrapper {
	width: 100%;
height: 100%;
display: block;
}

.logo_wrapper {
	width: 600px;
	height: 270px;
	position: absolute;
left: 50%;
top: 50%;
margin-left: -300px;
margin-top: -130px;
	text-align: center;
	display: block;
}
.soon {
	margin-top: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: arial;
	margin: 0 auto;
	width: 120px;
	color: #555;
	display: block;
}
