﻿body{
	margin:0px;
	padding:0px;
	background-color:black;
	color:white;
	background-image:url('logo.png');
	background-position:center top;
	background-repeat:no-repeat;
}
.content{
	position:relative;
	height:450px;
	width:853px;
	min-width:853px;
	max-width:853px;
	margin-left:auto;
	margin-right:auto;
	padding-top:120px;
	top:0px;
	text-align:center;
	background-image:url('bg.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}