body, html {
  background-color: #341e34;
  background:url(../images/body_bg.png)  repeat-y center top  ;
  font-size: 14px;
  font-family:Arial, Helvetica, sans-serif;
  color:#fff;  
  padding:0px;
  margin:0 ;
  text-align: center;
  height:100%
 
  

}

#wrapper{
height:100%;
background:url(../images/wrapper_right.png) no-repeat right top ;
width:922px;

}
.col_left{
width:650px;
background:url(../images/col_left.png) no-repeat right top ;

}
.col_right{
width:286px;
background:url(../images/footer.gif) no-repeat right bottom ;
}
#div_top{
margin-left:20px;
width:500px;
height:195px;
background:url(../images/header.gif) no-repeat;
}
#div_main{
margin-top:20px;
margin-left:20px;
width:570px;
}
#div_right{
margin-top:360px;
width:250px;
}
#div_footer{
margin-top:20px;
margin-left:30px;
width:560px;
padding-top:10px;
padding-bottom:10px;
}
#div_copyright{
margin-top:20px;
margin-left:30px;
width:560px;
margin-bottom:20px;
font-size:10px;
color:#000000;
}
#div_copyright a:link, #div_copyright a:visited{
color:#000000;
font-size:10px;

}

