* {
	margin:0px; padding:0px;
}
html,body {
	height:100%;
}

body {
	background: #000;
	margin: 0;
}


body#splash {
	position:relative;
	min-height:526px;
	min-width:954px;
}
body#video {
	position:relative;
	min-height:876px;
	min-width:954px;
}
body#splash div.content {
	background: url(../images/bg_splash.jpg) no-repeat top center;
	left:50%;
	height:526px;
	margin-top:-263px;
	margin-left:-476px;
	position: absolute;
	top:50%;
	width:954px;
}
body#video div.content {
	background: url(../images/bg_splash.jpg) no-repeat top center;
	left:50%;
	height:876px;
	margin-top:-438px;
	margin-left:-476px;
	position: absolute;
	top:50%;
	width:954px;
}
body#splash a, body#video a {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	overflow: hidden;
	position: absolute;
	top: 239px;
}
body#splash a:hover, body#video a:hover {
	background-position: bottom left;
}
body#splash a#en, body#video a#en {
	background-image: url(../images/btn_en.gif);
	right: 199px;
	width: 145px;
}
body#splash a#fr, body#video a#fr {
	background-image: url(../images/btn_fr.gif);
	left: 185px;
	width: 161px;
}
body#video div.video {
	border: 1px solid #841400;
	height: 385px;
	left: 157px;
	position: absolute;
	top: 445px;
	width: 640px;
}


#footer {
	background: url(../images/bg_footer.jpg) no-repeat top center;
	display: block;
	height: 300px;
	position: relative;
}
#footer div.inner {
	display: block;
	margin: 0 auto;
	height: 300px;
	position: relative;
	width: 955px;
}
#footer div.inner a#capitole {
	display: block;
	height: 75px;
	right: 410px;
	overflow: hidden;
	position: absolute;
	text-indent: -2000px;
	top: 55px;
	width: 135px;
}
#footer a#sumo {
	background: url(../images/logo_sumo.gif) no-repeat;
	display: block;
	height: 12px;
	right: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -2000px;
	top: 60px;
	width: 20px;
}
#footer span.copyrights {
	color: #960e00;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 60px;
	left: 0;
}
