*{
  padding: 0px;
  margin: 0px;
}

body {
 background:url(images/bg.gif); 
}

#container {
  position: absolute;
  top:0px; left:50%;
  width: 770px; 
  border: 0px dotted black;
  margin-left: -385px;
  
}
#top{
  width: 770px; height: 117px;
  background:url(images/top.png) no-repeat;
}

#mid{
  width: 730px; height: 560px;
  background:url(images/mid.png) repeat-y;
  padding: 20px;
}

#bot{
  width: 770px; height: 105px;
  background:url(images/bot.png) no-repeat;
}
