body {
	font-size: 100.01%;
	background: #333333;
	font-family: sans serif, arial;
	}

#centerit {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	}
	
#footer {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	color: #efefef;
	font-size: 65%;
	width: 730px;
	}

#footer a:link{
	color: #eeeeee;
	}
	
#footer a:visited{
	color: #eeeeee;
	}
	
#footer a:hover{
	color: #dddddd;
	}	
	
.left {
	float: left;
	clear: left;
	}

.right {
	float: right;
	clear: right;
	}