
body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #000000 url(img/bodysin.jpg) no-repeat fixed center;
font-family: Verdana;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;

}
.clearfix{
clear: both;
}
a{
outline:none;
text-decoration: none;

}
img{
border: none;
}
.border_top{
border-top: 1px solid red;
}

#wrapper{
width: 610px;
background-color: #000000;
padding:20px;
margin: auto;
 border: 2px solid yellow;
 border-bottom: 2px;
}

#header{
width: 610px;
height: 200px;
background: url(img/header_bg.jpg) no-repeat;
margin: 20px 0;
}




#menu{
height: 40px;
text-align: center;
}

#menu a:hover img {
filter:alpha(opacity=65);
-moz-opacity:.7;
opacity:.7;
}


#left_col{
width: 390px;
float: left;
}

#right_col{
width: 200px;
float: right;
font-size: 10px;
}
#right_col a{
color: #666666;
}
#bot_col{
margin-top: 20px;
}
#bot_col img{
margin: 20px 0 0 0;
padding: 0;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
}
#bot_col a:hover img{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
/*footer*/
#footer{
margin-top: 20px;
padding-top: 20px;
text-align: center;
font-size: 10px;
}







