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

html body {
	background-color:#000;
	margin:0px;
	width:100%;
	height:100%;
}
#mainWrapper {
	width:100%;
	height:100%;
	position:absolute;
}
#homeText {
	width:100%;
	z-index:-1;
	position:absolute;
	top:0px;
	left:0px;
}
#content {
	z-index:999;
}
