body {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
a:focus {     
  -moz-outline-style: none;     
}    
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}