body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #f0e8b0;
	background: #659900 url(/image/bg.gif) repeat-x;
}

p {
	font: 15px times, serif;
	}
	
#top {
	margin: 0 0;
	padding: 0 10px 70px 0;
	}
	
p.foot {
	font-size: 11px;
	margin: 100px 0;
	}

/* --------------- FIX FOR DIVS WITH FLOATED CONTENT --------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */