/* CSS Document by caputLVIII@gmail.com */
body {
	background-color:#1B1B1B;
	width:100%;
	height:100%;
	overflow:hidden;
}
#background {
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
}
#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:870px;
	margin:auto;
	padding:auto;
	text-align:left;
	top:60px;
	position:relative;
	z-index:100;
}
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 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:4px;
	font-size:130%;
	color:#FF0000;
	font-weight:normal;
	line-height:normal;
	direction:rtl;
	clear:both;
}