body {
	font-family: 'Verdana', 'Arial', sans-serif;
	background-color: #004c93;
}
* {
	margin: 0;
	padding: 0;
}
a {
    text-decoration: none;
}

#container {
	height: 916px;
	width: 1280px;
	margin: 0 auto;
	background-image: url(../images/splash_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#container.soon {
	background-image: url(../images/splash_bg_blank.png);
}

#message {
	position: absolute;
	top: 250px;
	height: 365px;
	width: 1280px;
	
	text-align: center;
	color: white;
}
#message a {
	color: #bdd5e7;
}
#message a:hover {
	color: white;
}
#message p {
	padding: 50px;
}

/* footer */
#footer {
	position: relative;
/*	top: 650px; */
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: #bdd5e7;
}
#footer.soon {
	top: 720px;
}
#footer li {
	margin-left: auto;
	margin-right: auto;
	display: inline;
	border-left: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
}
#footer li:first-child {
	border-left: none;
}
#footer li a {
	color: #bdd5e7;
}
#footer li a:hover {
	color: white;
}
#copyright {
	padding: 10px;
}

a.country {
	display: block;
	position: relative;
	height: 20px;
	padding: 10px;
	padding-right: 49px; 
	padding-left: 0px;
	text-align: right;
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-size: 14px;
	color: white;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity = 0); /* IE, you suck */
}
a.country.right { /* country name sticks out to the right */
	text-align: right;
	padding-left: 35px;
	padding-right: 0px;
	background-position: left center;
}
a.country:hover {
	color: white;
	opacity: 100;
	filter: alpha(opacity = 100); /* IE, you suck */
	/*background-image: url(../images/splash_marker.png);*/ 
}

#canada			{	width: 40px;	top:  258px;	left: 340px;	}
#usa			{	width: 85px;	top:  254px;	left: 282px;	}
#mexico			{	width: 40px;	top:  258px;	left: 263px;	}
#brazil			{	width: 40px;	top:  353px;	left: 402px;	}
#netherlands	{	width:100px;	top:   40px;	left: 461px;	}
#poland			{	width: 98px;	top:   81px;	left: 556px;	}
#italy			{	width: 82px;	top:   50px;	left: 550px;	}
#france			{	width: 40px;	top:   -8px;	left: 521px;	}
#spain			{	width: 40px;	top:  -28px;	left: 492px;	}
#russia			{	width: 94px;	top: -129px;	left: 666px;	}
#iraq			{	width: 40px;	top:  -65px;	left: 649px;	}
#china			{	width: 40px;	top: -195px;	left: 790px;	}
#korea			{	width: 40px;	top: -192px;	left: 806px;	}
#japan			{	width: 95px;	top: -144px;	left: 844px;	}
#thailand		{	width: 45px;	top: -196px;	left: 755px;	}
#malaysia		{	width: 45px;	top: -202px;	left: 774px;	}
#indonesia		{	width: 55px;	top: -213px;	left: 764px;	}
#australia		{	width: 45px;	top: -168px;	left: 865px;	}

/*17 + width = bgposition*/
a#canada		{	background-image: url(../images/flags/canada.gif);		background-position:  57px center;	}
a#usa			{	background-image: url(../images/flags/usa.gif);			background-position: 102px center;	}
a#mexico		{	background-image: url(../images/flags/mexico.gif);		background-position:  57px center;	}
a#brazil		{	background-image: url(../images/flags/brazil.gif);		background-position:  57px center;	}
a#netherlands	{	background-image: url(../images/flags/netherlands.gif);	background-position: 117px center;	}
a#poland		{	background-image: url(../images/flags/poland.gif);		background-position:  57px center;	}
a#italy 		{	background-image: url(../images/flags/italy.gif);		background-position:  57px center;	}
a#france		{	background-image: url(../images/flags/france.gif);		background-position:  57px center;	}
a#spain			{	background-image: url(../images/flags/spain.gif);		background-position:  57px center;	}
a#russia		{	background-image: url(../images/flags/russia.gif);		background-position:  57px center;	}
a#iraq			{	background-image: url(../images/flags/iraq.gif);		background-position:  57px center;	}
a#china			{	background-image: url(../images/flags/china.gif);		background-position:  57px center;	}
a#korea			{	background-image: url(../images/flags/southkorea.gif);	background-position:  57px center;	}
a#japan			{	background-image: url(../images/flags/japan.gif);		background-position:  57px center;	}
a#thailand		{	background-image: url(../images/flags/thailand.gif);	background-position:  62px center;	}
a#malaysia		{	background-image: url(../images/flags/malaysia.gif);	background-position:  62px center;	}
a#indonesia		{	background-image: url(../images/flags/indonesia.gif);	background-position:  72px center;	}
a#australia		{	background-image: url(../images/flags/australia.gif);	background-position:  62px center;	}

/* use this to show all the flags at once */
/*
a.country { opacity: 100; filter: alpha(opacity = 100); }
a#canada		{	background-image: url(../images/flags/canada.gif);		background-position:  57px center;	}
a#usa			{	background-image: url(../images/flags/usa.gif);			background-position: 102px center;	}
a#mexico		{	background-image: url(../images/flags/mexico.gif);		background-position:  57px center;	}
a#brazil		{	background-image: url(../images/flags/brazil.gif);		background-position:  57px center;	}
a#netherlands	{	background-image: url(../images/flags/netherlands.gif);	background-position: 117px center;	}
a#poland		{	background-image: url(../images/flags/poland.gif);		background-position:  57px center;	}
a#italy 		{	background-image: url(../images/flags/italy.gif);		background-position:  57px center;	}
a#france		{	background-image: url(../images/flags/france.gif);		background-position:  57px center;	}
a#spain		{	background-image: url(../images/flags/spain.gif);		background-position:  57px center;	}
a#russia		{	background-image: url(../images/flags/russia.gif);		background-position:  57px center;	}
a#iraq		{	background-image: url(../images/flags/iraq.gif);		background-position:  57px center;	}
a#china		{	background-image: url(../images/flags/china.gif);		background-position:  57px center;	}
a#korea		{	background-image: url(../images/flags/southkorea.gif);	background-position:  57px center;	}
a#japan		{	background-image: url(../images/flags/japan.gif);		background-position:  57px center;	}
a#thailand	{	background-image: url(../images/flags/thailand.gif);	background-position:  62px center;	}
a#malaysia	{	background-image: url(../images/flags/malaysia.gif);	background-position:  62px center;	}
a#indonesia	{	background-image: url(../images/flags/indonesia.gif);	background-position:  72px center;	}
a#australia	{	background-image: url(../images/flags/australia.gif);	background-position:  62px center;	}
*/