body {
  margin: 0;
  padding: 0;
  background-color: #191919;
  background-image: url(background.png);
  background-repeat: repeat;
  color: white;
  text-align: center;
  font-family: Tahoma;
  color: #DFD800;  
  font-size: 12px;
}

form {
  margin: 0;
  padding: 0;
}

p {
   font-size: 16px; 
}

#main_window {

  margin: 0 auto 0 auto;
  width: 1013px;       
  background-color: black;
  text-align: center;
  padding: 0;
  position: relative;   
}

#main_box {
  background-image: url(belt.gif);
  background-repeat: repeat-y;
  margin: 0 auto 0 auto;
  width: 1013px;       
  background-color: black;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;   
}

#belt{
  background-image: url(belt2.gif);
  background-repeat: no-repeat;
  width: 1013px;
  height: 124px;
  margin: 0;
  padding: 0;
  z-index: 60;   
}

#head {
  background-image: url(code_bar.gif);
  background-repeat: no-repeat;
  width: 755px;
  height: 95px;
  margin-bottom: 5px;
  position: relative;
  z-index: 60;   
}


#foot {

  font-size: 12px;
  font-weight: bold;
  width: 525px;
  padding: 5px; 
  border-top: 1px solid;
  padding-bottom: 20px;
}



.mainbox {
   border: 2px solid black;
   background-color: black;
   padding: 0;
   margin: 0;
   position: relative;
   overflow: hidden; 
}

