body
{
   
   width: 80%;
   min-width:1280px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   /*background-color: #C9D3E2*/;
   /* background: -moz-radial-gradient(#aedae5, #d8edf2);  */
   background: url("../images/bg.jpg") repeat scroll left top #DDDDDD;
   font-size:14px;
   font-family: Arial, Helvetica, sans-serif;
}

._filterText
{
width: 95%;
}
html:after {
    background: radial-gradient(circle farthest-corner at center center , transparent, rgba(0, 0, 0, 0.5))  transparent;
    background-repeat : repeat;
	background-attachment : fixed;
	background-position: left top;
	
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    right: 0;
    top: 0;
    z-index: -1;
}