#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 904px;
	top: 0px;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	right:-260px;
	position: relative;
	top: 9px;
	width: 125px;
	height: 32px;
	background: url(../img/panel_button.png);
	z-index: 20;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 5px;
	border:1px #CCC solid;	
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 900px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 900px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 904px;
	position: absolute;
	z-index: -1;
}
.border {
	border: none;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.border_pic {
	position: absolute;
	top: 50px;
	float: left;
	margin-left: 150px;
	width: 250px;
	height: 150px;
	z-index: 30;
}
div#buybttn {
	width: 250px;
	height: 150px;
	position: absolute;
	right: 150px;
	top: 53px;
	padding: 0px;
}
div#buybttn p {
	color: #CCCCCC;
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
}