body{
	margin: 0;
	background: url("../images/bg.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;





}

#content{
	text-align: center;
	padding-top: 50px;
}

.logo{
	margin:auto;
	width: 500px;
	
}
