@charset "utf-8";

/* =========================================================
 COMMON
========================================================= */
body {
	background-color :#000000;
	padding: 0px;
	margin: 0px;
}


/* CLEAR FIX
--------------------------------------------------------- */
.clearfix {	zoom:1 !important; }/* for IE 5.5-7 */
.clearfix:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}