/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
#main_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
	visibility: hidden;
}
#main_02 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	visibility: hidden;
	background-color:#000000;
}
#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:670px;
	z-index:200;
	visibility: hidden;
}