@charset "utf-8";
/* CSS Document */



/*.............Template............*/

* {
margin:0;
padding:0;
}


html, body {
background-color:#0b0b0b;
height:80%;
}

a:link {
color:#CCCCCC;
text-decoration:underline;
}
a:hover {
color:#666666;
text-decoration:none;
}
a:visited {
color:#666666;
text-decoration:none;
}

#top {
background-image:url(../image/topbg.jpg);
background-repeat:repeat-x;
width:100%;
height:40px;
}

#outer {
width:100%;
min-height:100%;
background-image:url(../image/bg3.jpg);
background-repeat:repeat-x;
}
#banner {
width:1280px;
height:355px;
margin:0 auto;
}
#content {
width:650px;
height:100%;
margin:0 auto;
}
#footer {
width:100%;
height:140px;
background-image:url(../image/footerbg.jpg);
background-repeat:repeat-x;
clear:both;
position:relative;
}
* html #footer {/*only ie gets this style*/
\height:140px;/* for ie5 */
he\ight:140px;/* for ie6 */
}

#reload_logo {
margin-top:10px;
margin-left:5%;
}

#down {
background-color:#282828;
border-bottom-style:solid;
border-bottom-width:2px;
border:#999999;
border-top-style:solid;
border-top-width:2px;
border-left-style:solid;
border-left-width:2px;
border-right-style:solid;
border-right-width:2px;

}