body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#FFFFFF;
	text-align:center;
	background-image:url(images/site_bg2.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

h1, h2, h3 {
	padding:0px;
	margin:0px;
}

ul, li, p, form, input {
	padding:0px;
	margin:0px;
}

/* Clearfix */

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}