html {
  height : 90%; 
  min-height : 90%; 
  margin : 0; 
  padding : 0; 
}
body {
  height : 100%; 
  min-height : 100%; 
  margin : 0; 
  padding : 0; 
}
#tophalf {
  height : 50%; 
  min-height : 50%; 
  position : relative; 
  background : #353631; 
  margin : 0; 
  width : 100%; 
}
#tophalf p {
  position : absolute; 
  bottom : 0; 
  color : #f60; 
  text-align : center; 
  font-family : "Trebuchet MS", Arial; 
  font-size : 80pt; 
  font-weight : bold; 
  text-transform : uppercase; 
  width : 100%;
}
#bottomhalf {
  height : 50%; 
}
#bottomhalf p {
  text-align : center; 
  font-family : "Trebuchet MS", Arial; 
  font-size : 12pt; 
}
#bottomhalf a {
  color : #00f; 
  text-decoration : underline; 
}
#bottomhalf a:hover {
  color : #f00; 
}
#bottomhalf a:visited {
  color : #00f; 
}
#bottomhalf a:visited:hover {
  color : #f00; 
}
#bottomhalf #imprint {
  display : none; 
}
#bottomhalf #imprint p {
  text-align : right; 
  padding-top : 150px; 
  padding-right : 50px; 
}