* {
	margin:0;
	padding:0;
}
	
html {
	height:100%;
}
	
body {
	background: #363737;
	font-family: verdana;
	font-size: 12px;
}

a img	{
	border:0px;
}
	
img {
	margin:0px;
	padding:0px;
}	


#blockMain {
	width:816px;
	height:440px;
	padding:0;
	position: absolute;
	top: 50%;left: 50%;
	margin-left: -408px;
	margin-top: -220px;
}

#links	{
	background:url(links.jpg);
	width:266px;
	height:440px;
	float:left;
	}
	
#mitte	{
	background:url(mitte.jpg);
	width:277px;
	height:440px;
	float:left;
	}
	
#rechts	{
	background:url(rechts.jpg);
	width:273px;
	height:440px;
	float:left;
	}
	
#rechts div	{
	width:240px;
	margin:300px 0 0 35px;
	height:100px;
	color:#fff;
	}
	
#rechts div h1	{
	font-size:18px;
	font-weight:normal;
	color:#fff;
	}
