body {
	background-position: top center;
background-repeat: repeat-x
}.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}


 #lightbox {
 text-align:left;
  width:230px;
   color:#000;
  
  background: #acaf7c url("images/lightbox_top.gif") no-repeat left top;
margin:0 0 0;
    padding:8px 0 0;
   
   }
   
   
   #lightbox div {
  
  background:url("images/lightbox_bottom.gif") no-repeat left bottom;
    padding:0 15px 8px;
   
   }
   
   
   
   
   #darkbox {
 text-align:left;
  width:230px;
   color:#000;
  
  background: #838241 url("images/darkbox_top.gif") no-repeat left top;
margin:0 0 0;
    padding:8px 0 0;
   
   }
   
   
   #darkbox div {
  
  background:url("images/darkbox_bottom.gif") no-repeat left bottom;
    padding:0 15px 8px;
   
   }
