html, body {
	margin:0;
	padding:0;
}
body {
	background:#004593 url(../gfx/bg.png) 0 -96px repeat-x;	
	font-family:Arial;
	font-size:10px;
	color:#88afc8;
}
.clear {
	float:none;
	clear:both;	
}
#contentCanvas {
	width:916px;
	height:616px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -450px;
	padding:8px;
	background:transparent url(../gfx/appCanvas.png) no-repeat;
}
#content {
	position:relative;
	width:900px;
	height:600px;	
	background:transparent url(../gfx/splash/bg.jpg) no-repeat;
}
#content.lang {
	background:#000;
}
#contentSwf .inner {
	padding:40px;
	padding-right:120px;
}
	#contentSwf .inner p {
		font-size:13px;
		line-height:18px;
	}
	#contentSwf .inner a {
		color:#88afc8;
		font-size:13px;
	}
	#contentSwf .inner a.back {
		display:block;
		margin-top:40px;
	}
	#contentSwf .inner a.back:hover {
		color:#ffffff;
	}
#logo {
	position:absolute;	
	bottom:10px;
	right:36px;
}
#logo img {
	width:135px;
	height:23px;
	background:url(../gfx/logo.png) no-repeat;
	border:none;
}
#langSelect {
	position:absolute;
	left:32px;
	top:240px;
	margin:0;	
	list-style:none;
}
#langSelect .r1 {
	margin-bottom:10px;	
}
#langSelect .r1.fi {
	margin-left:92px;
}
#langSelect .r1.la {
	margin-right:92px;
}
#langSelect li {
	width:190px;
	height:139px;
	float:left;
	position:relative;
	background:url(../gfx/splash/flagbaseSprite.png) 0px 6px no-repeat;
}
#langSelect li:hover {
	background-position: 0px -132px;	
}
#langSelect li:hover img {
	/*filter:alpha(opacity=100);*/
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}
#langSelect li:hover b {
	color:#ffffff;
}
#langSelect img {
	position:absolute;
	top:8px;
	left:13px;
	width:164px;
	height:120px;
	background-position: 52px 50px;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	/*filter:alpha(opacity=70);*/
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}

#langSelect b {
	width:180px;
	padding-left:6px;
	text-align: center;
	display:block;
	margin-top:20px;
}


#langDE img {
	background-image:url(../gfx/splash/flag_de.png);
}
#langUS img {
	background-image:url(../gfx/splash/flag_us.png);
}
#langINT img {
	background:url(../gfx/splash/flag_int.png) no-repeat 32px 42px;
}
#langFR img {
	background-image:url(../gfx/splash/flag_fr.png);
}
#langIT img {
	background-image:url(../gfx/splash/flag_it.png);
}
#langES img {
	background-image:url(../gfx/splash/flag_es.png);
}
#langPT img {
	background-image:url(../gfx/splash/flag_pt.png);
}