html {
    background: url(../img/body/background_body.jpg);
    background-repeat: repeat;
    min-width: 1220px;
}
body 
{
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size:12px;
	 margin : 0px;
         background: url(../img/body/background_hearder-long.png)  repeat-x;         
	 width: 100%;
       /* -webkit-filter: grayscale(70%);
        filter: grayscale(70%); */
     
}
h1{font-size: 16px; font-weight: bold;}
h2{font-size: 14px; font-weight: bold;}
h3{font-size: 14px; font-weight: normal;}
h4{font-size: 12px; font-weight: bold;}
h5{font-size: 12px; font-weight: normal;}
h6{font-size: 11px; font-weight: normal;}
p {font-size: 12px; font-weight: normal;}
#main_body 
{
	margin-left: 8%;
	margin-right: auto;
	margin-bottom:auto;
/*	padding-left: 8%;*/
/*	padding-right: auto;
	padding-top: 0px;*/
	position: relative;
        float: left;
	width:1024px; 
/*	border:#FFFFFF solid 1px;*/
	z-index:0; 
        
       
}

