/* CSS Document */

body{
margin:0px;
background-image:url(../images/bg.gif);
background-position:left top;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.main_con{
width:775px;
margin:0px auto;
border:#B3B3B3 1px solid;
background-color:#000000;
}

.top_banner{ 
background-image:url(../images/index_top.jpg);
background-position:center top;
background-repeat:no-repeat;
}

.bottom_banner{ 
background-image:url(../images/index_bottom.jpg);
background-position:center bottom;
background-repeat:no-repeat;
}

.copyright{
font-size:11px;
color:#939393;
text-align:right;
padding:5px;
}

.text_11{
font-size:11px;
color:#939393;
text-align:justify;
line-height:16px;
}

.text_11_yellow{
font-size:11px;
color:#FBCC11;
line-height:16px;
font-weight:bold;
}

.text_13_orange{
font-size:13px;
color:#FF6600;
padding-bottom:5px;
font-weight:bold;
}