body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-serif;	
    font-size: 11px;
	color:#68503d;
	behavior: url(../css/csshover.htc);
	background-image:url(../_images/bg.jpg);
	background-repeat:no-repeat;
    background-position:center top;
	background-color:#f4eede;
}
#Main {
	width:998px;
	margin:0 auto;
	padding-bottom:80px;
}

#Foot {
	height:54px;
    padding-top:10px;
    background:url(../_images/footer.gif) no-repeat;
	bottom: 0px; 
    margin-left:45px;
    margin-right:45px;    
	text-align:center;
	color:#8f9195;
	letter-spacing:3px;
	font-size:11px;
    color:#fff;
}
#Foot p {
    margin:0px;
}
#Foot a {
    color:#8f9195;
	text-decoration:none;
	font-weight:bolder;
}
	#Foot a:hover {
	    text-decoration:underline;
	}

