html {
  background:#000;
}

#header {
   padding:0; 
   margin: 0;
   position: relative;
}

#header h1 {
  text-indent: -1000px;
	margin-left:15px;
	padding: 0;
  display: block;
  width: 199px;
  height: 160px;
/*  background: #DDD url(/images/railsbuch.jpg) repeat/repeat-x/repeat-y/no-repeat scroll/fixed top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos;*/
  background-image: url(/images/railsbuch.jpg);
}


#header h2 {
  position: absolute;
  top: 10px;
  left: 180px;
  font-size: 180%;
}
#header h3 {
  position: absolute;
  top: 50px;
  left: 180px;
  margin: 0;
  font-size: 120%;
}

#header p {
  position: absolute;
  font-size: 120%;   
  top: 80px;
  left: 180px;
  line-height: 20px;
}


