@charset "UTF-8";
/* CSS Document */

html,body{
  margin:0px; 
  padding:0px;
  border:0px;
  height:100%;
}
body{
  background:#660000;
  color:#ffff33;
  font-size:12px;
  line-height:16px;
  font-family:sans-serif;
  font-weight:500;
  text-decoration:none;
}
a:link{
  color: #FFFF99;
}
a:hover{
  color: #FFFF99;
}
a:visited{
  color: #FFFF99;
}
h1 {
 margin-bottom:10px;
 margin-top:10px;
}
h2 {
 line-height:20px;
 margin-bottom:10px;
 margin-top:10px;
}
div{
margin:0px;
padding:0px;
}
#main_body_wrapper{
  position:relative;
  margin:auto;
  width:100%;
  height:600px;
  background-image:url(images/wood_bg.jpg);
  background-repeat:repeat;
  background-position:center;
  }
#main_body{
  position:relative;
  margin:auto;
  width:900px;
  height:600px;
  background-image:url(images/main_bg.jpg);
  background-position:center top;
  background-repeat:no-repeat;
}
#wlb{
  position:absolute;
  top:0px;
  left:68px;
  width:265px;
  height:229px;
  text-align:right;
  background-image:url(images/main_logo.jpg);
}
#bbl{
  position:absolute;
  top:274px;
  left:105px;
  width:236px;
  height:243px;
  text-align:right;
}
#bht{
  position:absolute;
  top:179px;
  left:411px;
  width:190px;
  height:242px;
  text-align:right;
}
#wr{
  position:absolute;
  top:240px;
  left:618px;
  width:246px;
  height:247px;
  text-align:right;
}
#links{
  position:absolute;
  top:553px;
  left:252px;
  width:386px;
  height:20px;
  text-align:right;
}