body {
 text-align: center;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-top: 0px;
 margin-left: 0px;
 background: #131313;
 background-image: url(bg.jpg);
 background-position: top center;
}

* {
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #131313;
 scrollbar-face-color: #000000;
 scrollbar-highlight-color: #000000;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-shadow-color: #000000;
}

#top{
	width: 100%;
	height: 450;
	margin: 0px auto;
}

table {
	font-size: 11px; 
	font-family: arial;
	text-align: left;
}

#content { 
	width: 650px;
	color: #535353;
	font-size: 11px; 
	margin: 0px auto;
	padding: 0px; 
	line-height: 155%;
	font-family: arial;
	text-align: center;
	background-image: url(head_bg.jpg);
	background-color: #eaded3;
}

#footer {
	width: 100%;
	margin-bottom: 10px;
	color: #4d5051;
	line-height: 16px;
	font-size: 10px;
	font-family: Trebuchet MS;
	margin: 0px auto;
	text-align: center;
}

input, textarea, select { 
 background-color: #131313;
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #e0d6cb; 
 border: 1px solid #131313;
}

p {margin-right: 10px; margin-bottom: 14px; margin-top: 6px; margin-left: 10px; text-align: justify;}
ul { list-style-type: square; list-style-position: inside; padding: 0px; margin-left: 0px; }

.right {
	float: right;
	border: 3px solid #dfd5c6;
	margin: 5px 5px 5px 8px;
}
.left {
	float: left;
	border: 5px solid #656565;
	margin: 0px 10px 2px 12px;
}
.left:hover {
	border: 5px solid #aaaaaa;
}
.middle {
	border: 5px solid #333333;
	margin: 5px;
}
.middle:hover {
	border: 5px solid #545454;
}

.code {line-height: 10px; margin-right: 3px; margin-bottom: 3px; margin-top: 3px; margin-left: 3px;}
.center {text-align: center;}
.rules {text-align: left;}
.icons {text-align: center;}
em {font-family: Georgia; color: #000000;}
i {font-family: Georgia; color: #888888;}
b {font-weight: normal; font-family: century gothic; font-size: 10px; text-transform: uppercase; color: #dd7a63;}
h1 {
	font-family: Courier New;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #000e10;
	letter-spacing: 5px;
	text-align: center;
	}
h2 {
	font-family: georgia;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #494949;
	letter-spacing: 3px;
	text-align: center;
	font-style: italic;
	}

blockquote {
	margin-right: 80px; margin-bottom: 11px; margin-top: 11px; margin-left: 80px;  
	padding: 5px; 
	color: #d5d5d5;
	line-height: 19px;
	font-size: 10px;
	font-family: Trebuchet MS;
	background-color: #0a0a0a;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;
}

a {color: #ce2a0a; text-decoration: none;}

a:hover { color: #ffffff; font-weight: none; text-decoration: none; cursor: crosshair;}
