body {
 margin: 0px;
 background: #1c1c1c;
 background-image: url(bg.jpg);
}


* {
 scrollbar-arrow-color: #3c3b3a;
 scrollbar-track-color: #1a1a1a;
 scrollbar-face-color: #3c3b3a;
 scrollbar-highlight-color: #3c3b3a;
 scrollbar-3dlight-color: #3c3b3a;
 scrollbar-darkshadow-color: #3c3b3a;
 scrollbar-shadow-color: #3c3b3a;
}

input, textarea, select { 
	padding: 5px;
	background: #0c0c0c;
	background-image: url(bg3.jpg);
	font-size: 11px;
	font-family: verdana,helvetica,Times New Roman,arial narrow;
	color: #c6c6c6; 
	border: 0px dotted #101c26;
}


#top {
	width: 100%;
	height: 400px;
	text-align: left;
	background-image: url(head2_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#main {position: absolute; top: 370px; left: 125px; width: 540px;
	font-size: 12px; 
	font-family: arial; 
	color: #777777; 
	text-align: center;
	line-height: 1.5;
}

#footer {
	width: 100%;
	padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	color: #505050;
	line-height: 1.4;
	font-size: 11px;
	font-family: Trebuchet MS;
	margin: 0px auto;
	text-align: center;
}

p {text-indent: 45px; line-height: 150%; margin-right: 5px; margin-bottom: 6px; margin-top: 3px; margin-left: 5px; text-align: justify;}

.middle {
	border: 3px solid #505050;
	margin: 2px;
}
.middle:hover {
	border: 3px solid #777777;
}

strong {font-weight: normal; color: #c21b00; font-family: century gothic; font-size: 10px; text-transform: uppercase;}
i {font-family: Georgia; color: #968082;}
em {font-family: Georgia; color: #c8c8c8;}
b {font-weight: normal; font-family: century gothic; text-transform: uppercase; color: #c7bdba;}

.code {line-height: 10px; margin-right: 20px; margin-bottom: 6px; margin-top: 6px; margin-left: 20px; text-align: center;}
.rules {text-align: left;}

h1 {
	font-family: century gothic;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.5;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #000000;
	letter-spacing: 5;
	text-align: right;
	text-transform: uppercase;
}
h1:first-letter{
	color:#070707;
}

h2 {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: -5px;
	margin-left: 5px;
	color: #dcdcdc;
	text-align: left;
	letter-spacing: 2;
}

blockquote {
	margin-right: 75px; margin-bottom: 5px; margin-top: 5px; margin-left: 75px;  
	padding: 7px; 
	color: #505050;
	line-height: 15px;
	font-size: 11px;
	font-family: tahoma;
	background-image: url(bg2.jpg);
	text-align: center;
}

img { border: 0;}


A {color: #ffffff; text-decoration: none;}

A:hover{ color: #000000; text-decoration: none; cursor: crosshair;}
