﻿html,
body {
	height:100%;
	_height:auto;
	margin:0;
	padding:0;
}

body {
	background-color:#eaf9fb;
	text-align:center;
}

img {
	border:0px solid #FFFFFF;
}

body, td, div, span, p {font-family:"Trebuchet MS",Helvetica,Verdana,Arial,Sans-serif; font-size:14px;}

#container {
	background:#A9EFFA url(../gfx/countryLanguageSelector/background.jpg) top left repeat-x;
	position:relative;
	z-index:999;
	}
	#container .selector {
		position:relative;
		z-index:999;
		}

#footer {
	min-height:84px;
	background:transparent url(../gfx/countryLanguageSelector/footer.jpg) top left repeat-x;
	position:relative;
	overflow:visible;
	text-align:left;
	z-index:1;
	}
	#footer .xPos {
		left:50%;
		position:absolute;
		}
	#footer img {
		position:absolute;
		top:-331px;
		left:-500px;
		}

.contentBlock {
	background:transparent url(../gfx/countryLanguageSelector/header.png) top center no-repeat;
	overflow:hidden;
	min-height:600px;
	text-align:center;
	padding-bottom:120px;
	}

h1 {
	font-size:21px;
}

.header {
	/*font-weight:bold;*/
	padding-top:150px;
	width:600px;
	
	margin:0 auto;
}
a {
	color:red;
}

a#backToCountries
{ 
    display:block;
    margin-top:10px;
}

.lang {
	display:none;
}


.selector {
	width:400px;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#e4f3fa;
	border:1px solid #77bddc;
	overflow:hidden;
	padding:9px 0 9px 0;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    /*filter:alpha(opacity=80);
	opacity:0.8;*/
	}
.selector a {
	display:block;
	width:180px;
	line-height:33px;
	height:33px;
	float:left;
	position:relative;
	left:7px;
	margin-right:5px;
	padding-left:10px;
	color:#000000;
	text-decoration:none;
}
.selector a:hover {
	background-color:#c1e4f5;
	}
.selector a img {
	margin-bottom:-8px;
	margin-right:5px;
	}
