html, body {
	height:100%;
	margin:0;
	padding:0;
	background-color:rgb(#fff);
	background-image:url(../img/splashBg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:10px;
	color:rgb(255, 255, 255);
}

#page_container {
	position:relative;
	top:0px;
	margin:0 auto;
	width:700px;
	left:27px;
	height:100%;
}

#musicFlash{
	position:absolute;
	width:20px;
	height:20px;
	top:20px;
	right:20px;
}

#flash {
	position:absolute;
	width:700px;
	height:348px;
	background:#231f21;
	top:96px;
}

#top {
	position:absolute;
	width:699px;
	height:21px;
	top:92px;
}

#join {
	position:absolute;
	width:738px;
	height:125px;
	top:396px;
	left:-6px;
}

#logo {
	position:absolute;
	width:201px;
	height:87px;
	display:block;
	top:150px;
	left:119px;
}
#flags {
	position:absolute;
	width:200px;
	height:auto;
	display:block;
	top:570px;
	left:250px;
}
.flag {
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
	margin:0px 24px 0px 0px;
	text-align: center;
	font-size:11px;
}

#choose {
	position:absolute;
	width:700px;
	color:#fff;
	font-size:18px;
	text-align:center;
	top:530px;
}


#flag {
	position:relative;
	padding-top:15px;
	padding-left:200px;
	width:100px;
	display:block;
	overflow:hidden;
	float:left;

}

#flag2 {
	position:relative;
	padding-top:15px;
	padding-right:200px;
	text-align: center;
	width:100px;
	display:block;
	overflow:hidden;
	float:left;

}

#legal {
	position:absolute;
	text-align: center;
	width:700px;
	display:block;
	overflow:hidden;
	top:660px;
}



/* TEXTS */
.headline {
	color:rgb(255,255,255);
	font-size: 13px;
}

a {
	color:rgb(255,255,255);
	text-decoration:none;
}
a:hover {
	color:rgb(204,204,204);
	text-decoration:none;
			}
