﻿html { margin-bottom: 1px;
       height: 101%; 
       overflow: -moz-scrollbars-vertical;
       overflow-x: auto;
     }

body{
    margin: 0;
	padding: 0;
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #220000;
    background-color:#000000;  
}
img
{
    text-decoration: none; 
    border: none; 
}
table, td, tr
{
    margin: 0; 
    padding: 0; 
    border-width: 0px;
}

/* CONTAINER ---------------------------------------- */
#container
{
    width: 100%;
    background-image: url('/public/ads/images/ola_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    /*background-color:#000000;*/
    
}
#body_container {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
    overflow: hidden;
    height: 100%;

}

#header_container
{
    width: 100%;
    margin: 0;
	padding: 0;
    overflow: hidden;
	/*height: 120px;*/
}

/* HEADER -------------------------------------------- */
#header 
{
    text-align:left;
    width: 960px;
}
#header a
{
    color: White;
    font-size: 90%;
}
#header a:hover
{	text-decoration: none;
	color:#00aadd;
}

#nav_bar
{
    width: 960px;
    position:absolute;
    top: 80px;
}
#nav_bar a
{
    color: #f0f0f0;
}
#nav_bar a:hover
{	text-decoration: none;
	color:#00aadd;
}

#content_main
{
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    float: left;

}

#content_others
{
    display: block;
    width: 178px;
    display: block;
    float: left;
    background-color: #2e302f;
    padding: 8px 0 8px 0;
    margin-top: 18px;
    margin-left: 2px;
    text-align: center;
   
}

#footer
{
    font-size: 90%;
    width: 960px;
    color: Gray;
    height: 70px;
    /*background-image: url(images/footer_bar.png);
    background-position: center;
    background-color:#3d3d3d;*/
    background:black;
}

#footer a
{	text-decoration: none;
	color: Gray;
}

#footer a:hover
{	text-decoration: none;
	color:#cfcfcf;
}

a:active
{	text-decoration: none;
}
a:hover
{	text-decoration: underline;
	
}
a:link
{	text-decoration: none;
	
}
a:visited
{	text-decoration: none;
	
}

