body
  {
  margin: 0px;
  background-color: black;
  }

a {
  color: white;
  font-family: verdana;
  font-size: 13px;
  }

a:hover
  {
  color: orange;
  }  

.mainbg
  {
  background-image: url('/images/main_img_bg.jpg');
  background-repeat: repeat-x;
  background-position: top-left;
  }
  
.mainimg
  {
  background-image:  url('/images/main_bg.jpg');
  background-position: top-left;
  background-repeat: no-repeat;
  width: 100%;
  height: 239px;
  }

.s1
  {
  color: white;
  font-family: verdana;
  font-size: 13px;
  } 
