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

body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#000509;
}

html {
	height:100%;
	width:100%;
	overflow:hidden;
}

#mainDiv {
	height:100%;
	width:100%;
	text-align:center;
}

#subDiv {
	background-color:#f7f7f7;
	height:100%;
}
