@charset "utf-8";
body {
	background-color: #2B1B09;
	background-image: url(../Graphics/800/Background.png);
	background-repeat: repeat;
	margin: 0px;
	min-height:800px;
}

#Header{
	z-index:2;
	position:fixed;
	height:64px;
	width:100%;
	background-color:#000;
}

#Frame {
	z-index:1;
	position:absolute;
	height: 824px;
	width: 1024px;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top: -412px;
	padding:-80px;
}

#FrameTop, #FrameMiddle, #FrameBottom{
	width:1024px;
}

#FrameTop, #FrameBottom {
	height: 112px;
}

#FrameMiddle, #FrameLeftAndStage, #FrameLeft, #Stage, #FrameRight{
	height: 600px;
}

#FrameLeftAndStage{
	width: 912px;
	float:left
}

#FrameLeft {
	width: 112px;
	float: left;
}

#Stage {
	width: 800px;
	float:right;
	background-color:#FFF;
}

#FrameRight {
	width: 112px;
	float:right;
}
#TweetButton{
	width: 1024px;
	height: 40px;
	text-align: center;
	position: relative;
	top: -100px;
	left:32px;
}
#Footer {
	z-index:2;
	position:fixed;
	width:100%;
	bottom:0%;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
.FooterCopyright{
	font-weight:bold;
}
.FooterCaution{
	font-size:9px;
}img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
