/* CSS Document */

#displayMain {
	position: relative;
	width: 731px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	top: 8px;
	left: 0px;
}
#displayTitle {
	position: absolute;
	height: 32px;
	width: 296px;
	left: 17px;
	top: 25px;
	background: transparent url(../display/display_title.jpg) no-repeat;
	z-index: 10;
	background-image: url(../display/display_title.jpg);
}
#displayText {
	position: absolute;
	width: 128px;
	height: 196px;
	left: 16px;
	top: 329px;
	background: transparent url(../display/display_text.jpg) no-repeat;
	z-index: 7;
	background-image: url(../display/display_text.jpg);
}
#sunCatcherText {
	position: absolute;
	width: 289px;
	height: 62px;
	left: 428px;
	top: 489px;
	background: transparent url(../display/suncatcher_text.jpg) no-repeat;
	z-index: 6;
}
#cardBack {
	position: absolute;
	top: 91px;
	left:173px;
	width: 385px;
	height: 384px;
	visibility: hidden;
	z-index: 8;
}
#cardFront {
	position: absolute;
	top: 91px;
	left:173px;
	width: 385px;
	height: 384px;
	z-index: 9;
	visibility: hidden;
}
#hangTagShadow {
	position: absolute;
	top: 231px;
	left: 523px;
	width: 106px;
	height: 124px;
	z-index: 4;
	visibility: hidden;
}
#hangTag {
	position: absolute;
	top: 220px;
	left:560px;
	width: 200px;
	height: 267px;
	z-index: 5;
	visibility: hidden;
}
