/*
------------------------------------------------
MAIN
HOLDERS
------------------------------------------------
*/

* { margin:0; padding:0; }

body { font-family:Arial, sans-serif; font-size:12px; color:#fff; height:100%;  background-color:#5a293e; }

#bg { position:absolute; top:0; left:0; height:100%; width:100%; z-index:1;  }


#main_container_top { position:absolute; top:0; left:0; right:0; height:45px; z-index:10; background-color:#FFFFFF; }

#main_top_sh { position:absolute; top:45px; left:0; right:0; height:3px;  z-index:12; background:url(../images/bg_shadow_top.png) repeat-x; _background:url(../images/bg_shadow_top.gif) repeat-x; }

#main_container_bottom { position:absolute; bottom:0px; left:0; right:0; height:38px;  z-index:11; background-color:#5a293e; }

#main_bottom_sh { position:absolute; left:0; right:0; bottom:38px; height:4px;  z-index:13;  background:url(../images/bg_shadow_bottom.png) repeat-x; _background:url(../images/bg_shadow_bottom.gif) repeat-x;  }

#main_container_bottom #bottom_copy { margin:0 auto; width:871px; height:38px; line-height:18px; text-align:center; font-size:10px; }

#main_container_bottom #bottom_copy a { color:#FFFFFF; text-decoration:none; }

#main_container_bottom #bottom_copy a:hover { color:#FFFFFF; text-decoration:underline; }


/*Content*/

#main_container_content { position:absolute; top:47px; left:0; right:0; bottom:38px; z-index:14; background:url(../images/main_bg_img.png) no-repeat left bottom; _background:url(../images/main_bg_img.gif) no-repeat left bottom; }

#main_container_content #main_content_holder { margin:70px auto 0 auto; width:794px; height:526px; background:url(../images/bg_content.png) no-repeat 0 42px; _background:url(../images/bg_content.gif) no-repeat 0 42px; }

#main_content_holder #subnavi_holder { float:left; clear:none; width:782px; height:42px; }

