*{
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#fff;
}
body, div, h1, h2, h3, h4, h5, h6, form, label, input, select, span, ul, li, p, a{
  margin:0px; padding:0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#fff;
}
body{
 /*background:url(images/document_bg2.jpg) repeat-x;
  background-position:bottom;
  background-color:#efefef;*/
  background-color:#353535;
  height:100%;
}
img{ border:none; }

input, select, textarea{
  background:#fff;
  border-top:1px solid #c6c9ce;
  border-right:1px solid #dcdfe6;
  border-bottom:1px solid #e2e9ef;
  border-left:1px solid #d2d5da;
}


#logo{
  text-align:left;
  margin:15px 0px;
  width:700px;
  height:100px;
  background:url(images/main_logo_bg3.png) no-repeat;
}
#main_div{
  width:700px;
  height:380px;
  background:url(images/main_bg3.png) no-repeat;
}
#main_links{
 padding:0px;
 width:108px;
 
}
#main_links a{
  float:left;
  margin:10px;
  font-size:14px;
  width:140px;
  line-height:35px;
  text-decoration:none;
  text-align:center;
  background:url(images/main_link_bg.gif) no-repeat;
}

#main_text{
  clear:both;
  text-align:justify;
  width:420px;
  padding-top:155px ;
  padding-right:150px;
  line-height:1.5;
}

a.button1, .button1 a{
  display:block;
  width:82px;
  height:22px;
  font-weight:bold;
  color:#fff;
  padding-left:9px;
  padding-bottom:0px;
  line-height:23px;
  text-decoration:none;
  margin-bottom:5px;
  background:url(images/button_main.gif) no-repeat;
}

a.button1:hover, .button1 a:hover{
  opacity:0.8;
  filter:alpha(opacity=80);
}
