@CHARSET "ISO-8859-1";

#news_container
{
	position: relative;
	float: right;
	
	margin-right: 20px;
	margin-top: 0px;
}



#news
{
	font-size: 9pt;
	
	
}


#news_header
{
	font-size: 10pt;
	font-weight: bold;
	
	text-decoration: underline;
	
	margin-bottom: 2px;
	
	cursor: pointer;
}


.screenshot_container
{
	position: absolute;
	
	margin-top: 30px;
	right: 60px;
	
	height: 180px;
	width: 210px;
}

.screenshot_border
{
	position: absolute;
	
	height: 170px;
	width: 210px;
	
	z-index: 2;
	
	cursor: pointer;
}

.screenshot
{
	position: absolute;
	
	height: 120px;
	width: 160px;
	
	left: 25px;
	top: 25px;
	
	z-index: 1;
}

.screenshot_caption
{
	position: absolute;
	bottom: 0px;
	
	width: 100%;
	
	text-align: center;
	
	z-index: 10;
}

#screenshot:hover
{
	border: 2px solid rgb(150, 150, 150);
}

#top_container
{
	
}

#login_container
{
	width: 340px;
	
	margin: auto;
	margin-top: 90px;
}

#login_main
{
	
	margin: auto;
	
	
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	
/*	color: #E5BE63;
*/
	color: rgb(189,183,107);

}

#login_fields
{
	margin: auto;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.login_field
{
	width: 100%;
	
	height: 18px;
	
	text-align: center;
	font-size: 11pt;
	
}

#username_field
{
	margin-bottom: 6px;
}

#password_field
{
	margin-bottom: 14px;
}

#remember_container
{
	position: absolute;
	
	width: 100%;
	
	left: 0px;
	
	bottom: -22px;
	#bottom: -8px;
	
	line-height: 100%;
	
}

#login_button
{
	display: block;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	
	width: 302px;
	height: 73px;
	
	cursor: pointer;
	
	background-image: url("/images/buttons/login.png");
	background-position: 0px 0px;
}

#login_button_text
{
	padding: 8px;
	
	font-size: 12pt;
	text-align: center;
	
	font-family: Georgia, "Times New Roman", Times, serif;

	color: rgb(197, 179, 88);
}


#game_overview
{
	
	text-align: center;
	
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 50px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	font-size: 13pt;
	font-weight: normal;
/*	color: #F5DE83;
	color: 	#80461B;
*/
	color: rgb(194, 178, 128);
}

#overview_low
{
	font-weight: bold;
	font-size: 14pt;
}

.overview_highlight
{
	font-size: 15pt;
	font-style: italic;
	
/*	color: #E5BE63;
	color: #996515;
*/
	color: rgb(197, 179, 88);
}



#register_button
{
	display: block;
	margin: auto;
	margin-top: 15px;
	
	width: 257px;
	height: 98px;
	
	cursor: pointer;
	
	background-image: url("/images/buttons/become.png");
	background-position: 0px 0px;
}

#register_text
{
	text-align: center;
	margin: auto;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	
	color: rgb(197, 179, 88);
}

#register_free
{
	margin: auto;
	margin-bottom: 20px;
	
	text-align: center;
}

