body {
	background: url("bg.jpg");
	background-size: cover;
	width: 100%;
	height: 100%;
}

.logo {
	display: block;
	background: url("logo.png");
	position: relative;
	margin-right: 800px;
	top: 50%;
	margin-top: -150px;
	height: 300px;
	width: 400px;
}
