body {
  background:url(images/bodyBg.gif) repeat-x 0 0;
}
#container {
  width:100%;
}

#header {
  background:url(images/title.jpg) no-repeat 50% 0;
  width:100%;
}

.twoColumns .col1 {
  width:auto;
  float:none;
}
.twoColumns .col2 {
  width:220px;
  float:right;
}