/* reset */
body, div, h1,h2,h3,h4,h5,h6,p{
  margin: 0;
  padding: 0;
}

/* ------------ */

body{
  background-repeat: repeat-x;
  background-position: center top;

  background-image: url(http://codebalancer.de/themes/cb_one/stripe_top.jpg);
  font-family: 'Helvetica', 'Arial', Sans-Serif;

  color: #222;
  background-color: #fff;  


/*
  color: #eee;
  background-color: #222;  
*/
}


a{
  color: #fff;
  text-decoration: none;
}

a img{
  border: 0;
}

#container{
  margin: 30px;
}

#container .thumbs{
  width: 250px;
  margin: auto;
  text-align: center;
  white-space:nowrap;  
}

#container .thumbs img{
  margin: 4px 0;
  display: block;
}


h1{
  margin-bottom: 20px;
}


#footer{

}