body,html {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: arial;
}

body {
	background: #d8d8d8 url('../img/splash/body.jpg') top left repeat-x;
	text-align: center;

}

#wrapper {
	width: 870px;
	margin: 0 auto;
	text-align: center;
}

#content {
	background: #fff url('../img/splash/bg.jpg')  top left repeat-x;
	border: 1px solid #032c60;
	position: relative;
	height: 484px;
	overflow: hidden;
	margin: 25px 0 0 0;
}

#banner {
	top: 169px;
	left: 0;
	position: absolute;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 55px;
	overflow: hidden;
}

#french {
	position: absolute;
	top: 32px;
	left: 47px;
}

#english {
	position: absolute;
	top: 32px;
	right: 47px;
}

#french_enter {
	position: absolute;
	top: 120px;
	left: 353px;
}

#english_enter {
	position: absolute;
	top: 120px;
	right: 47px;
}

#copyright {
	color: #333;
	margin: 10px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

a img {
	border: 0;
}
