body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-serif;	
    font-size: 12px;
	color:#fff;
    background:#000 url(../_images/bg.png) repeat-x top;
    line-height:160%;
    
}
body .white {
	color: #51A3EA;
}
#BodyMain {
	background:url(../_images/bgMain.gif) repeat-x;
}
#Main {
	width:895px;
	margin:0 auto;
    background-position:left top;
    background-repeat:no-repeat;
}   
#Foot {
    background:url(../_images/footer.png) no-repeat;
    #background:transparent;
    #filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/footer.png', sizingMethod='crop');
    width:887px;
    height:42px;
    padding-top:15px;
    text-align:center;
    margin-top:20px;
    margin-bottom:30px;
    margin-left:5px;
}

