@charset "utf-8";
/* CSS - AFT gate page - Copyright Adaptive Image */
/* Amends core CSS */
/**************************** BODY & TAG DEFAULTS *****************************/
html {
	background-image: url(../images/bg_gate_page.png);
	background-repeat: repeat-x;
	background-color: #D8DFEB;
}
body {
	
}
#page {
	font-size:16px;
}
#page #gate {
	background-image: url(../images/bg_gate.jpg);
	height: 600px;
	width: 955px;
	position: relative;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#page #gate #gate_welcome {
	position: absolute;
	left: 52px;
	top: 244px;
	font-size: 30px;
	color: #FFFFFF;
}
#page #gate #gate_select_lang {
	position: absolute;
	top: 61px;
	right: 35px;
	width: 200px;
}
#page #gate #gate_select_lang p {
	color: #FFFFFF;
	font-size: 14px;
	padding-right: 20px;
	text-align: right;
	clear: none;
}
#page #gate #gate_select_lang ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 30px 0;
	float: right;
}
#page #gate #gate_select_lang li {
	margin: 0;
	padding: 0 0 5px 0;
}
#page #gate #gate_select_lang a {
	display:block;
	color:#000000;
}
#page #gate #gate_no_lang {
	position: absolute;
	top: 100px;
	right: 35px;
	text-align: right;
	font-size: 20px;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
}
#page #gate #gate_no_lang a {
	color: #FFCC00;
	text-decoration: none;
}
#page #gate #gate_no_lang a:hover {
	color: #FFFFFF;
}
