/* CSS Document */

#black {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	background-color: #000000;
	filter: Alpha(Opacity=80);
	visibility: hidden;
}
#black2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	visibility: hidden;
	top: 0px;
}
#red {
	position:absolute;
	width:700px;
	height:650px;
	z-index:3;
	left: 0px;
	top: 0px;
	filter: DropShadow(Color=990033, OffX=0, OffY=0, Positive=1);
	overflow: visible;
	visibility: hidden;
}

.div01 {
	overflow: hidden;
	height: 850px;
	width: 700px;
}

.div02 {
	overflow: hidden;
	height: 850px;
	width: 700px;
}

