@charset "utf-8";
/* CSS Document */


#introduction  {
	position: relative;
	height: 820px;
	width: 915px;
	padding: 15px;
	top: 0px;
}


#Text {
	position:absolute;
	width:587px;
	height:831px;
	z-index:1;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	left: 0px;
	top: 0px;
}
#Dukebox {
	position:absolute;
	width:301px;
	height:545px;
	z-index:2;
	border: 1px dashed #D3C8B6;
	right: -1px;
	background-color: #FFF;
	text-align: center;
	top: 304px;
}

#BuyPlatinum {
	position:absolute;
	width:280px;
	height:272px;
	z-index:3;
	top: 0px;
	padding: 10px;
	border: 1px dashed #666;
	background-color: #C7BEB5;
	right: -1px;
}

