.logo-header{
	width:100%;
	text-align: center; 
	margin-top: 10px; 
}

.logo-header img{
	height:100px;
}

.left-block{
	float:left;
	width:40%;

}

.right-block{
	float:right;
	width:50%;
}

@media only screen and (max-width: 600px) {
  .left-block, .right-block{
  	float:none;
  	width:100%;
  }
  #wrapper{
  	width:100%;
  	margin-top: 0; 
  	top:0;
  	border: 0px solid #000; 
  }
  #footer{
  	width: 100%; 
  }
}