body {
/*	text-align: center; */
	margin: 0px;
}
#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 374px;
	top: 0px;
}
hr#header_stripe {
	height: 0px;
	position: relative;
	top: 121px;
	background-color: #191919;
	border: none;
	color: #191919;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding:0px 0px 0px 0px;
	top: 0px;
	width: 275px;
	height: 29px;
	background: url(/images/panel_button_1.png);
	z-index: 20;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 6px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 6px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 370px;
	left: 0px;
	z-index: 1000;
	text-align: center;

}
#panel {
	width: 370px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	border: 2px solid #19406C;
}
#panel_contents {
	background-color: #e6e2af;
	background-color: #FFFFFF;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 1.95;
	height: 100%;
	width: 374px;
	position: absolute;
	z-index: -1;
}