body {
  margin:0;
  padding:0;
  background:#000000;
}

#wrapper {
  width:100%;
  height:100%;
}

#header {
  width:950px;
  height:250px;
  background: url(../images/header.jpg) no-repeat;
}

#content {
  width:950px;
  margin-left:auto;
  margin-right:auto;
}

#page {
  width:950px;
}

#page_left {
  position:relative;
  left:75px;
  width:575px;
  float:left;
}

#page_right {
  position:relative;
  left:75px;
  width:350px;
  height:250px;
  float:right;
  color:#FFFFFF;
}

#page_right div {
  width:350px;
  font: normal 0.8em verdana;
}

#flyer {
  width:450px;
  height:680px;
  background: url(../images/flyer.jpg);
}

#footer {
  clear:both;
  width:900px;
  height:100px;
  background: bottom url(../images/footer.jpg) no-repeat;
}