body
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
	background-color: black;
	/*background-color: #202c3a;*/
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: verdana,sans-serif;
	font-size: 12px;
	color: #e7d096;
}

form
{
	margin: 0px;
	padding: 0px;
	font: inherit;
}

table
{
	font: inherit;
	border-collapse: collapse;
}

td
{
	padding: 0px;
}

img
{
	border: 0px;
}

textarea
{
	font: inherit;
}

a,a:link,a:visited,a:active
{
	color: #e1af24;
	text-decoration: none;
}

a:hover
{
	color: #e7d096;
	text-decoration: underline;
}

.gold
{
	color: #e1af24;
}

.bold
{
	font-weight: bold;
}

.leader
{
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}

.header
{
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}

.more
{
	cursor: pointer;
	color: #e1af24;
}

div.main
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

img.stars
{
	position: absolute;
	top: 0px;
	left: 163px;
	z-index: -10000;
}

img.logo
{
	position: absolute;
	top: 10px;
	left: 275px;
}

img.logo_home
{
	position: absolute;
	top: 10px;
	left: 275px;
	cursor: pointer;
}

img.angel
{
	position: absolute;
	top: 45px;
	right: 180px;
	z-index: -5000;
}

img.curtain_left
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

img.curtain_right
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}

.cloud_killa
{
	position: absolute;
	top: 250px;
	left: 160px;
	width: 370px;
	height: 60px;
	background-color: #071221;
}

.quote
{
	position: absolute;
	top: 300px;
	left: 205px;
	width: 370px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.navigation
{
	position: absolute;
	top: 380px;
	left: 155px;
	z-index: 2000;
}

.navigation img
{
	margin-right: 16px;
	cursor: pointer;
}

.player
{
	position: absolute;
	top: 480px;
	right: 80px;
	width: 370px;
	height: 72px;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	z-index: 4000;
}

.mailing_list_banner
{
	position: absolute;
	top: 590px;
	right: 150px;
	width: 233px;
	height: 46px;
	cursor: pointer;
}

.latest_news
{
	position: absolute;
	top: 670px;
	right: 150px;
	width: 233px;
	height: 46px;
}

.news
{
	position: absolute;
	top: 690px;
	right: 133px;
	width: 250px;
	min-height: 50px;
	padding: 40px 8px 8px 8px;
	z-index: -500;
	background-color: #202c3a;
}

.news_item
{
	margin-bottom: 10px;
}

.news_item .date
{
	font-size: 10px;
	font-weight: bold;
}

.news_item .description
{
	font-size: 10px;
}

.text
{
	position: absolute;
	top: 450px;
	left: 130px;
	width: 470px;
	z-index: 2000;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
}

.info
{
	position: absolute;
	top: 450px;
	left: 130px;
	width: 470px;
	min-height: 400px;
	z-index: 2000;
	padding-bottom: 8px;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
}

.join_form
{
	position: absolute;
	top: 450px;
	left: 130px;
	width: 500px;
	z-index: 2000;
	font-weight: normal;
}

.join_form td
{
	padding: 4px;
}

.join_form textarea
{
	font: inherit;
}

/* admin styles */

.admin_main
{
	position: relative;
	top: 200px;
	left: 130px;
	width: 764px;
}

.admin_main td
{
	padding: 4px;
}

.admin_main table.login
{
	margin-left: auto;
	margin-right: auto;
}

