body, html {
  background-color: #341e34;
  background:url(../images/body_bg.png) repeat-y center top #000;
  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.jpg) no-repeat right top ;
width:920px;

}
.col_left{
width:634px;
background:url(../images/col_left.jpg) no-repeat right top ;
}
.col_right{
width:286px;
background:url(../images/footer.gif) no-repeat right bottom ;
}
#div_top{
margin-left:30px;
width:560px;
height:140px;
background:url(../images/header.gif) no-repeat;
}
#div_main{
margin-top:20px;
margin-left:30px;
width:560px;
}
#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:#FFFFFF;
}
#div_copyright a:link, #div_copyright a:visited{
color:#ec145b;
font-size:10px;

}

