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

body {
	background-color: #000000;
}


#mainframe {
	position:absolute;
	left:50px;
	top:100px;
	width:1000px;
	height:498px;
	background-color: #000000;
	z-index:1;
}
