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

:focus {
	outline: 0;
}

body {
	background-color: #F4F4F4;
	text-align:center;
	margin-bottom: 15px;
}

.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 */
