 
 /*  ------------------- Global Settings  ------------------- */
	html, body { border:0px; height: 100%; margin:0px; padding:0px; }
	body {
	background-color: #000;	
	text-align: center;
}

span {
	text-align: center;
}

	.clear { clear:both; }
	.clearfix:after { clear: both; content: " "; display: block; height: 0px; visibility: hidden; }
	.clearfix { display: inline-block; }
	/*IE-mac \ */
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* IE-mac */
/*  ------------------- Global Settings  ------------------- */

/*  ------------------- Page Skeleton  ------------------- */
	#wrapper { !important;            
	margin: auto 0;  
	border:0px;                      
}


/* Body
------------------------------------------ */
	body {
	background-color: #000;	
	text-align: center;
}


/* Main
------------------------------------------ */
#mainWrapper {
	width: 450px;
	margin: 0 auto;
	margin-top: 200px;
	border:0px;
	}
#main {
	border:0px;
	position: relative;
	width: 100%;
}

