

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D7D7D7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#splash_container {
	height: 400px;
	width: 609px;
	background-image: url(../images/splash_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.splashtext {
	color: #FFFFFF;
	margin-top: 0px;
	text-align: center;
	margin-left: 10px;
	margin-right: auto;
}

p {	font-size: 9px;
	color: #333333;
	text-align: center;
	float: left;
	clear: none;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	text-weight:normal;
}

a { color:#333333;}

.splash_dis {
	font-size: 9px;
	color: #333333;
	text-align: center;
	float: left;
	clear: none;
	width: 200px;
	margin-top: 33px;
	margin-left: 10px;
	text-weight:normal;
}

h5 {	font-size: 9px;
	color: #333333;
	text-align: right;
	float: left;
	clear: none;
	width: 200px;
	margin-top: 5px;
	margin-left: 10px;
	font-weight:normal;
}
#splash_movie {
	clear: none;
	float: right;
	height: 212px;
	width: 361px;
	margin-right: 38px;
	margin-top: 0px;
	background-image: url(../images/splash_photo.png);
	background-repeat: no-repeat;
}

#splash_lang {
	padding: 0px;
	float: left;
	clear: none;
	width: 136px;
	height: 114px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 47px;
}

#splash_lang ul li{
	list-style:none;
	width: 136px;
}

#splash_lang ul a    { 
text-indent: -1000em; 
display: block; 
width: 136px;
overflow: visible;
outline: 0;
}

#splash_lang ul li {
	clear:none;
}

li#en a  {
	background-repeat: no-repeat;
	height: 57px;
	width: 136px;
	border: 0px;
	background-image: url(../images/splash_en.png);
	background-position: left;
}

li#en a:hover  {
	background-repeat: no-repeat;
	height: 57px;
	width: 136px;
	border: 0px;
	background-image: url(../images/splash_en.png);
	background-position: right;
}
li#fr a  {
	background-repeat: no-repeat;
	height: 57px;
	width: 136px;
	border: 0px;
	background-image: url(../images/splash_fr.png);
	background-position: left;
}

li#fr a:hover  {
	background-repeat: no-repeat;
	height: 57px;
	width: 136px;
	border: 0px;
	background-image: url(../images/splash_fr.png);
	background-position: right;
}

