@charset "utf-8";
html {
                background: #000;
				height:100%;
 				margin:0;
}

#wrapper {
	position: absolute;
	width: 1500px;
	height: 900px;
	text-align: center;
	left: 50%;
 	top: 50%;
 	margin-left: -750px; /* half of the width of your container element */
 	margin-top: -450px; /* half of the height of your container element */

}
