html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #000 url(../images/logo.png) center center no-repeat;
/*	background-image: none;*/
}

#main_container {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#site {
	padding: 8px;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 200px;
	height: 200px;
}

#letters_rechts {
	background: url(../images/henx_letter_rechts.png) no-repeat;
	width: 729px;
	height: 162px;
	position: absolute;
	right: 0px;
	top: 12px;
}

#letters_links {
	background: url(../images/henx_letter_links.png) no-repeat;
	width: 351px;
	height: 65px;
	position: absolute;
	left: 0px;
	bottom: 42px;
}
