 /* =============================================================================== Redefinitions ========================================================== */
 
body {
	height:					100%;
	width:					100%;
	text-align:				center;
	background-color: 		#272727;
	margin-top:				0px;
	margin-left:			0px;
	margin-right:			0px;
	margin-bottom:			0px;
	font-size: 				9pt;
	font-family: 			Arial;
}

html {
	height: 100%;
	overflow: hidden;
}

a	{
	color: 				#ffffff;
	text-decoration: 	none;
	font-size: 			8pt;
	font-family: 		arial;
	font-weight:		bold;
}

a:hover	{
	color: 				#ffffff;
	font-size: 			8pt;
	font-family: 		arial;
	font-weight:		bold;
}

a:active {
	color: 				#ffffff;
	font-size: 			8pt;
	font-family: 		arial;
	font-weight:		bold;
}

h1 {
	font-size:			18pt;
	color:				#5bbed7;
}




/* =============================================================================== Content ========================================================== */

.mainContainer {
	text-align:				center;
	width:					320px;
	height:					320px;
	position:				absolute;
	top:					50%;
	left:					50%;
	margin-left:			-160px;
	margin-top:				-160px;
}

.imageContainer {
	margin:					10px;
}

.chooseLng {
	float: 					left;
	width:					100%;
	text-align:				center;
	margin-top:				10px;
}

.chooseLngOver {
	float: 					left;
	width:					100%;
	text-align:				center;
	margin-top:				10px;
	background-repeat:		no-repeat;
	background-image:		url(/files/imgs/frontend/body/an_lngBttnBg.gif);
}

.copyRight {
	float: 					left;
	width:					100%;
	margin-top:				50px;
	font-size:				7.5pt;
	font-family:			arial;
	font-weight:			normal;
	color:					#cccccc;
	font-weight:			bold;
	
}
	
#flashcontent {
	height: 				100%;
	color:					#cccccc;
}

