html,*
{
	margin:0;
	padding:0;
}
body
{
background:#262626;
height:100%;
}
#impressum
{
position:absolute;
top:810px;
left:1100px;
}
#impressum a
{
text-decoration:none;
color:#BaBaBa;
font-family:'Times New Roman';
font-size:14px;
}
#impressum a:hover
{
color:#FFF;
}
#top
{
width:100%;
height:794px;
background:url(../images/header_bg.png) repeat-x;
position:absolute;
}
#bottom
{
height:406px;
position:absolute;
}