/*
body {
	background: #202020;
	text-align: center;
	margin: 0px;
}
*/
#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	top: 3px;
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 135px;
	position: relative;
	border-bottom: 1px solid #4a4a4a;
}
#header h1 {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	top: 30px;
	font-size: 40px;
	color: white;
}
#header h2 {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #7e7e7e;
}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 220px;
	height: 54px;
	background: url(images/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
}

.panel_button img {
	position: relative;
	top: 10px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font:2.0em Calibri, Arial;
	font-weight:normal;
	text-transform:lowercase;
	color: red;
}
.panel_button a:hover {
	color: yellow;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
#toppanel {
	position: absolute;
	width: 100%;
	left: 0px;
	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_contents {
	background-color:black;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}
#panel h1 {
	text-align: center;
	font:2.6em Calibri, Arial;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	color:#9900FF;
	font-weight: normal;
	position: absolute;
	background-color:#000000;
	height:59px;
	display:block;
	padding-top:25px;
	width:100%;
}
#panel h2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	left: 350px;
}
#contentSlide {
	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;
}
.border {
	
}

div#ContentOfSlide {
	width: 98%;
	height: 150px;
	position: absolute;
	top: 84px;
	text-align: left;
	color:white;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 60px;
	font-size: 13px;
	color: #333333;
}

.SlideAbout
{
	width:350px;
	float:left;
	position:relative;
	padding-left:10px;
	padding-right:30px;
}

.SlideOther
{
	margin-left:40px;
	width:450px;
	float:left;
	position:relative;
	padding-left:10px;
}

.SlideTitle
{
	clear:both;
	color:orange;
	width:100%;
	display:block;
	font:2.4em Calibri, Arial;
	font-weight:normal;
	text-transform:lowercase;
	letter-spacing:-0.05em;
}

.SlideText
{
	clear:both;
	color:white;
	width:100%;
	display:block;
	font:1.4em Calibri, Arial;
	font-weight:normal;
	letter-spacing:-0.05em;
	padding-top:10px;
}

.SlideTextMain
{
	color:white;
	font:1.0em Calibri, Arial;
	margin-left:30px;
}

.FanClub
{
	float:left;
	width:300px;
	text-align:left;
}

.Facebook
{
	margin-left:10px;
	float:left;
	width:140px;
	text-align:left;
}
