@charset "utf-8";
*{
	padding:0;
	margin:0;
	border:0;
}

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

.clearfix {display:inline-block;}

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

.clear {
	clear:both;
}





/* html
-----------------------------*/

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}
p {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	vertical-align:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
