#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 904px;
	top: -32px;
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 188px;
	position: relative;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 25px;
	height: 30px;
	background: url(../img/panel_button.png);
	z-index: 999;
	cursor: pointer;
	top: -22px;
	left: -15px;
}
.panel_button img {
	position: relative;

	border: none;
}
.panel_button a {
	position: relative;
	top: 3px;
}
.panel_button a:hover {
}
.panel_button_home {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 25px;
	height: 30px;
	background: url(../img/panel_button.png);
	z-index: 999;
	cursor: pointer;
	top: -22px;
	left: -15px;
}
.panel_button_home img {
	position: relative;

	border: none;
}
.panel_button_home a {
	position: relative;
	top: 3px;
}
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}
#toppanel {
	width: 100%;
	margin: 0 auto;
	left: 0px;
	height: 32px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 100%;
	position: relative;
	top: -1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_home {
	width: 100%;
	position: relative;
	top: -1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	height: 35px;
	width: 100%;
	position: absolute;
	z-index: -1;
	background-color: #1D1D1D;
	padding-top: 25px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}

div#login {
	width: 400px;
	height: 150px;
	margin: 0 auto;
}

div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	cursor: pointer;
	position: relative;
	top: 30px;
	left: 86px;
}

