html, body{
  margin: 0;
  padding: 0;
}

body{
  background-color: #fff;
  color: #333;

  background-image: url('http://codebalancer.de/themes/cb_one/stripe_top.jpg');
  background-position: top center;
  background-repeat: repeat-x;   
}

h1{
  font-family: Times, serif;
  font-weight: normal;
  font-size: 72px;
  line-height: 72px;
  height: 72px;  
  display: block;
  width: 100%;
  margin: 0;
}

p{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
}

#supercenter{
  top: 50%;
  width: 100%;
  height: 90px;  
  margin-top: -60px;
  text-align: center;
  position:absolute; 
}


#container{
}

