body {
	margin:20px;
	padding:0px;

}

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

.content {
	position:absolute;
	width:150px;
	height: 212px;
	margin:0;
	padding:10px;
	z-index:2;
	left: 20px;
	top: 20px;
	border: 1px dashed #333;
	background-image: url(06/img/index/poster2004.bn.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
}
	
.content:hover {
	background-color: #FFF;
	z-index:5;
	background-image: url(06/img/index/poster2004.gif);
}
.content2 {
	position:absolute;
	width:200px; height:283px;
	margin:0;
	padding:10px;
	z-index:3;
	left: 100px;
	top: 30px;
	border: 3px dashed #333;
	background-image: url(06/img/index/poster2005.bn.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	}
	
.content2:hover {
	z-index:5;
	background-color: #FFF;
	background-image: url(06/img/index/poster2005.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	}
.intro {
	position:absolute;
	width:500px; 
	margin:0px auto;
	padding:0;
	background-color: #000;
/*	padding:350px 40px 40px 40px;
	background-image: url(06/img/index/poster2006.jpg); 
	background-repeat: no-repeat; background-attachment: scroll;
*/
	z-index:4;
	left: 220px;
	top: 50px; 
	border: 28px solid #000;
}
img {border: 0;}
