@charset "UTF-8";

body
{		
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    
    line-height:18px;		
    font-size:12px;
    background-color:#CCC;
    background-image: -moz-linear-gradient(-50deg, #EEEEEE, #777777);
    background-image:-webkit-gradient(linear, 0% 0%, 50% 100%, from(#EEEEEE), to(#777777));
    background-attachment:fixed;
    color:#000000;
	margin-bottom:20px;
}