@charset "utf-8";
/* CSS Document */

#wrapper #main #pic1 {
	position: absolute;
	left: 100px;
	top: 80px;
}
#wrapper #main #pic2 {
	position: absolute;
	top: 80px;
	right: 100px;
	height: 180px;
}
#wrapper #main #pic3 {
	position: absolute;
	top: 325px;
	width: 220px;
	left: 100px;
}
#wrapper #main #pic4 {
	position: absolute;
	top: 325px;
	right: 100px;
}
#wrapper #main #pic5 {
	position: absolute;
	top: 700px;
	left: 100px;
}
#wrapper #main #pic6 {
	position: absolute;
	right: 100px;
	top: 700px;
}
#wrapper #main #pic7 {
	position: absolute;
	left: 30px;
	top: 640px;
	width: 220px;
	height:180px;
}
#wrapper #main #pic8 {
	position: absolute;
	right: 290px;
	top: 640px;
	width: 220px;
	height:180px;
}
#wrapper #main #text1 {
	position: absolute;
	left: 100px;
	top: 40px;
}
#wrapper #main #text2 {
	position: absolute;
	left: 100px;
	top: 660px;
}
#wrapper #main #pic1 img {
	border: 6px groove #FFFFFF;
}
