html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	background-image: url('/images/logo.gif');
	background-position: center top;
	background-repeat: no-repeat;
	background-position: center;
}
