* { 
	padding: 0px; 
	margin: 0px;
}

body {
	background-color: #000;
	text-align:center;
	background-image: url(../media/template/bgr.jpg);
	background-repeat: repeat-x;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	border: 0px none;
	margin: 0px; 
	padding: 0px;
	background: transparent;
}

.clearfix:after {
    content: "."; 
    display: block; 
    font-size:1px;
    height: 1px; 
    clear: both; 
    visibility: hidden; 
}

.clearfix { 
	display: inline-table;
}

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