@charset "utf-8";
/* CSS Document */

/*----------- Body Tag -----------*/
body {
	margin: 0px 0px 0px 0px;
	background:#000;
	font-family: Arial, Helvetica, sans-serif;
	}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/*----------- Clearfix -----------*/
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clearboth{
	clear:both;
}

/*----------- LayOut -----------*/
#home{
	margin:0px auto;
	width:935px;
}