#wrapper_underconstruction {
position:absolute;
top:50%;
width:100%;
background: white;
height: 90px;
margin-top: -90px;
border-bottom: 3px solid #ededed;
border-top: 3px solid #ededed;
}
.center2 {
	width: 510px;
	margin: 0 auto;
	height: 90px;
}	
body {
	font: 13px "Arial",sans-serif;
	margin:0;
	padding:0;
	background: #07141c;
	color: white;
}
a {
	text-decoration: none;
	color: #061017;
	float: left;
	line-height: 90px;
}

#logo  {
	width: 355px;
	height: 90px;
	background: url("logo.jpg") no-repeat top left;
	float:left;
	padding-right: 20px;
}
