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

body {
background-image:url(images/background_main.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
background-color:#000;
margin:0px;
font-family:Arial, "Helvetica", sans-serif;
color:#999;
font-size:10px;
font-variant:small-caps;
}
object {display:-moz-stack;} 

a:active { color:#a8ef00; text-decoration:none; font-weight:bold;}
a:link { color:#a8ef00; text-decoration:none; font-weight:bold;}
a:visited { color:#a8ef00; text-decoration:none; font-weight:bold;}
a:hover { color:#FFF; text-decoration:none; font-weight:bold;}

#main-holder {margin-left:auto; margin-right:auto; width:909px;}

.header {float:left; width:909px; height:254px; background-image:url(images/header.png);}

.menu {float:left; width:909px; height:112px; background-image:url(images/menu_holder.png);}

.body {float:left; width:909px; background-image:url(images/body_bg.png);}

.body-left {float:left; width:230px; background-image:url(images/body_left_bg.png);}

.body-right {float:left; width:477px; background-image:url(images/body_right_bg.png);}

.body-right-header {float:left; width:477px; height:51px; background-image:url(images/body_header_right.png);}

.body-left-header {float:left; width:230px; height:51px; background-image:url(images/body_header_left.png);}

.body-col-spacer {float:left; width:11px; background-color:#000;}

.footer {float:left; width:909px; height:157px; background-image:url(images/footer.png);}