/* CSS Document by caputLVIII@gmail.com */
body {
	background-color:#660000;
	width:100%;
	height:100%;
	overflow:hidden;
}
#background {
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	opacity:0.1;
	-moz-opacity:0.1;
	filter:alpha(opacity=10);
}
#scroller {
	top:0;
	left:0;
	overflow:auto;
	position:absolute;
	width:100%;
	height:100%;
	margin:auto;
	padding:auto;
	text-align:center;
	z-index:1;
}
#main {
	width:100%;
	margin:auto;
	padding:auto;
	text-align:center;
	top:60%;
	position:relative;
	/* float:right; */
	background-color:#000000;
	min-width:960px;
	/* min-height:500px; */
	opacity:0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}
#header {
	width:100%;
	border-bottom:1px solid #000;
	height:150px;
	display:block;
}
#right_header {
	float:right;
	border-left:5px solid #000;
	width:30%;
	height:150px;
	line-height:100%;
	display:inline;
}
span {
	padding:6px;
	background-color:#000;
	line-height:30px;
	white-space:nowrap;
	clear:both;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	letter-spacing:4px;
	color:#434343;
	font-weight:normal;
	line-height:normal;
	clear:both;
}
.tag {
	font-family:Arial, Helvetica, sans-serif;
	font-size:60%;
	letter-spacing:4px;
	color:#7A7A7A;
	font-weight:normal;
	line-height:normal;
	clear:both;
}
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	letter-spacing:2px;
	color:#CCC;
	font-weight:normal;
}
.logo {
	position:relative;
	top:70%;
}