@charset "utf-8";
/* CSS Document */
html{
	margin:0;
	padding:0;
	/*line-height:18px;*/
}
body 
{
	color: #272727;
	background-color: #FFF;
	margin: 0px;
	text-align: center;
	font-family: Tahoma;
	background-image: url(images/blue.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: 50%; 	
}

a
{
	font-size: small;
	text-decoration:  none;
	color:#555;
}
a:hover
{
	text-decoration: underline;
	color: #307afb;
}

div#container
{	
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	height:100%;
	text-align: left;
}

div#content
{
	background-image: url(images/main.png);
	background-repeat:no-repeat;
	padding-top:20px;
	padding-left:25px;
	padding-bottom:55px;
	padding-right:20px;
	width:515px;
	height:297px;
	float:right;
	color:#fff;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
}

div#text
{
	margin-top:75px;
	color:#062b63;
	float:left;
	width: 210px;
}

div#options
{
float:right;
margin-top:-20px;
padding-top: 5px;
}

li
{
padding-bottom:20px;
margin-left:-5px;
color:#000;
}

div#options h1 {
	font-size: 16px;
	color:#062b63;
}

select#CountrySelector {
	margin-top: 150px;
	margin-right: 30px;
}

#CountrySelector .country {
	color:#555;
}
