body{
  background-color: #660000;
}
#header{
  width:470px;
  height: 160px;
  padding:0 0 0 0;
  background-image:url('../images/popUpBg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  font-size:12px;
  line-height:100%;
  padding:0;
  margin:0 auto;
  text-align:left;
}
#header h2{
  padding: 130px 0px 0 230px;
}
#contentHolder{
  width:470px;
  margin:0;
  padding:0 0 50px 0;
  background-image:none;
  background-color:#ffffff;
}
p{
  padding: 0px 25px 30px 25px;
}