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

body {
	background:#000;
	margin:0px;
	padding:0px;
	}
	
#main_content {
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0 auto;
	text-align:center;
	}
