
html
{
    height: 100%;
    width: 100%;
    background: #111111;
}

body {
    background: #B0B0B0;
    position: absolute;
   
    margin-bottom:-40px;
    width: 1000px;
    height: 459px;
    left: 50%;
    margin-left: -500px;
}

header 
{
    margin: 0px;
    width: 100%;
    height: 60px;
    background: #111111;
}


nav
{
  color:white;
  background: #111111;
}

footer 
{
    margin: 0px;
    position:fixed;
    bottom:0px;
    width: 1000px;
    height:40px;
    font-family: "Times New Roman", Times, serif;
    color:white;
    text-align:center;
    background: #111111;
}

#results
{
  background: #B0B0B0;
  width: 100%;
  height: 459px;
}

#impressum
{
	 text-align:center;
}
