@charset "utf-8";
/* CSS Document */

@import url(clearfix.css);
* { outline:none;}

img { border:0; }

html, body { 
	width: 100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#ec0b8d;
	background-color:#ffffff;
}

a{
	color:#ec0b8d;
}

a:hover{
	color:#ec0b8d;
}

.clear {
	 clear:both;
}


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

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
