.logobg { 
background: url(/logo.jpg) no-repeat center center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.margintop {
	margin-top: 20px;
}
