/* CSS Document */
body{
	background-color:#1f1f1f;
}

#txt{
	position:absolute;
	left:	50%;
	top:	50%;
	width: 943px;
	height:636px;
	margin-top:	-318px;
	margin-left:-471px;
	overflow:hidden;
	z-index:1;
}

#puffer{
	position:absolute;
	left:	50%;
	top:  50%;
	background-color:#1f1f1f;
	width: 943px;
	height:636px;
	margin-top:	-318px;
	margin-left:-471px;
	z-index:2;
}
#form{
	position:absolute;
	left:	50%;
	top:  50%;
	width: 943px;
	height:636px;
	margin-top:	-318px;
	margin-left:-471px;
	z-index:3;
	
}
#form2d{
	position:absolute;
	width:120px;
	height:60px;
	top:20px;
	right:13px;
	z-index:4;
}
#form3d{
	position:absolute;
	width:120px;
	height:60px;
	top:330px;
	left:13px;
	z-index:5;
}
#link3d{
	position:absolute;
	width:76px;
	height:10px;
	bottom:20px;
	left:13px;
	z-index:6;
}
#link2d{
	position:absolute;
	width:76px;
	height:10px;
	top:292px;
	right:13px;
	z-index:7;
}





