#body
{
height: 100%;
margin: 0;
}
#Logo
{
	top: 200px;
	width: 900px;
	height: 300px;
	position: relative;
	margin: auto;
}

html, body
{
height: 100%;
margin: 0;
background-image: url(/images/main/background.png);
}
#content
{
width: 980px;
height: 950px;
position: relative;
margin: auto;
}