body {
    margin: 0px;
    padding: 0px;
	height:100%;
    font-family: Arial, Helvetica, Sans-serif;	
    font-size: 13px;
	color:#333318;
	behavior: url(../css/csshover.htc);
	background-color:#2e2e2e;
	background-image:url(../_images/elements/bg.jpg);
	background-repeat:repeat-x;
}
#Main {
	width:999px;
	margin:0 auto;
	background:url(../_images/elements/contentBg.jpg) repeat-x;
}

#Foot {
	padding-top:15px;
	height:45px;
	background:#0d0d0d;
	width:999px;
	color:#5aa312;
	letter-spacing:4px;
	font-size:10px;
	text-align:center;
}
#FloatedBanner {
    position:absolute;
    top:120px;
    margin-left:200px;
}


#Foot .left {
	width: 260px;
	float: left;
	line-height: 30px;
}

#Foot .center {
	width: 385px;
	float: left;
	margin-left: 25px;
}

#Foot .right {
	width: 260px;
	float: right;
	line-height: 30px;
	margin-right: 45px;
		
}

