body {
  margin:0;
  padding:0;
  background: #FFF8DD url(body-bg.png) no-repeat fixed center 10px;
}         

#dock {
  position:absolute;
  width:750px;
  height:0px;
  top:800px;
  left:50%;
  margin-left:-375px;
}       

.dock_icon {
  float:left;
  width:102px;
  height:21px;
  margin-top:3px;
  background: url(button-bg.gif);
  text-align:center;
  font-size: 14px;
  color: #000;
  line-height: 22px;    
  margin-right:10px;
  margin-left:10px;
}       

#theme {       
  float:right;
  color:#FFFFFF; 
  margin-top:12px;
  margin-right:0px;
}
