@charset "UTF-8";
/* Page Structure */
body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0px;
}
#container {
	width:1150px;
	min-height:500px;
	margin:0 auto;
}
#header {
	width:auto;
	height:275px;
	text-align:center;
}
#header2 {
	width:auto;
	height:175px;
	text-align:center;
}
#content {
	width:auto;
	min-height:400px;
	color:#FFF;
}
#content2 {
	width:900px;
	min-height:1000px;
	float:left;
	color:#FFF;
	background-image:url(../images/poster_parts/poster.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#content22 {
	width:800px;
	min-height:700px;
	float:left;
	color:#FFF;
}
#content3 {
	width:800px;
	min-height:650px;
	float:left;
	color:#FFF;
}
#content3 a {
	color:#6CF;
}
#sidebar {
	width:250px;
	min-height:650px;
	float:left;
	color:#FFF;
}

/* Misc */
.h_btn {
	width:250px;
	height:225px;
	float:left;
	margin-left:65px;
	margin-top:25px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.nda {
	width:800px;
	margin:0 auto;
	margin-bottom:25px;
	height:500px;
	overflow:auto;
	text-align:justify;
	padding-right:10px;
}
.l_align {
	text-align:left;
}
.r_align {
	text-align:right;
}
.c_align {
	text-align:center;
}
.clear {
	clear:both;
}
#content a {
	text-decoration:none;
}
.btn {
	background-image:url(../images/btn.png);
	background-position:left;
	background-repeat:no-repeat;
	height:20px;
	padding-top:5px;
	padding-left:2px;
	margin-bottom:4px;
	font-size:14px;
}
.btn a {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
.btn a:visited {
	text-decoration:none;
	color:#FFF;
}
.btn a:hover {
	color:#999;
}
.border {
	border:1px solid #09F;
}