@charset "utf-8";
/* CSS Document */

* {
	padding:			0;
	margin:				0;
	border:				0;
}

body {
	background:			transparent url(../image/bg-body.jpg) no-repeat -67px 0;
}

#container {
	width:				971px;
	height:				650px;
	background:			url(../image/bg-splash.png) no-repeat;
	margin:				3px auto 0;
	position:			relative;
}

#container ul {
	list-style:			none;
	position:			absolute;
	bottom:				98px;
	left:				328px;
}

#container ul li {
	width:				54px;
	height:				40px;
	float:				left;
	margin:				0 16px 0 0;
}

#container ul li.last {
	margin:				0;
}

#container ul li a {
	display:			block;
	padding-top:		40px;
	height:				0;
	overflow:			hidden;
}

#container ul li a.en { background: url(../image/img-flag-en.jpg) no-repeat; }
#container ul li a.de { background: url(../image/img-flag-de.jpg) no-repeat; }
#container ul li a.fr { background: url(../image/img-flag-fr.jpg) no-repeat; }
#container ul li a.us { background: url(../image/img-flag-usa.jpg) no-repeat; }
#container ul li a.eu { background: url(../image/img-flag-eu.jpg) no-repeat; }

#footer {
	width:				1014px;
	height:				37px;
	margin:				35px auto 0;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10px;
	color:				#000;
	font-weight:		normal;
	background:			url(../image/img-logo-upperdeck.png) no-repeat right bottom;
}