﻿body 
{
    width:100%;
    margin:0 auto;
    background-image:url(../images/absurdity.png);
    font-family:Arial;
    font-size:12px;
    color:#333333;
    text-align:justify;
    line-height:1.6;
    background-color:#ffffff;
    

}

a
{
    text-decoration:none; color:Green;
    text-align: right;
}

a:hover
{
    text-decoration:none; color:Orange;
}

#header
{
    width:100%;
    height:120px;
    background-image:url(../images/gplay.png);
    background-repeat:repeat;
    border-bottom:1px solid #1D2739;
    background-color:#ffffff;
     -webkit-box-shadow: 0 8px 6px -6px black, 0 -8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black, 0 -8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black, 0 -8px 6px -6px black;
}

#header_sub
{
     width:980px;
    height:120px;
    margin:0 auto;
}

#header_menu
{
    width:100%;
     height:55px;
    background:url(../images/nav-bg.png) repeat-x;
    _background:url(../images/nav-bg.gif) repeat-x;
   
}
#header_men
{
     width:960px;
     height:55px;
     margin:0 auto;
   
}

#banner
{
    width:100%;
    height:400px;
    background-repeat:repeat;
    margin-top:3px;
    
}

#banner_sub
{
     width:980px;
    height:305px;
    margin:0 auto;
    
}

#main
{
    width:100%;
     margin:0 auto;
}

#main_sub
{
     width:980px;
    margin:0 auto; 
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
padding:10px;   
}


#footer
{
    width:100%;
    height:60px;
    background-color:#2C4762;
    
    border-top:5px solid #FF3300;
    bottom:0px;
    position:relative;
    clear:both;
    
}

#footer_sub
{
     width:980px;
    height:35px;
    margin:0 auto;
    
    padding-top:10px;
    
}


 