body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	charset=iso-8859-1;
	background: #f4f4f0 url('/images/background.gif') repeat-x left top;
	margin: 0;
	padding: 0;
}

#container {
	width: 961px;
	padding: 0 11px 11px 11px;
	background: transparent url('/images/background_content.png') repeat-y center top;
	position: relative;
	left: 50%;
	margin-left: -491px;
}

#buttons {
	margin-top: 45px;
	text-align: center;
	position: relative;
	height: 100px;
}
#buttons ul {
	margin: 0;
	padding: 0;
	width: 298px;
	position: absolute;
	left: 50%;
	margin-left: -149px;
}
#buttons ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
}
#buttons ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	height: 19px;
}
#buttons ul li a.english:link,
#buttons ul li a.english:visited {
	background: transparent url('/images/splash_button_e.gif') no-repeat center top;
	width: 130px;
}
#buttons ul li a.english:hover,
#buttons ul li a.english:active {
	background: transparent url('/images/splash_button_e_over.gif') no-repeat center top;
}
#buttons ul li a.french:link,
#buttons ul li a.french:visited {
	background: transparent url('/images/splash_button_f.gif') no-repeat center top;
	width: 128px;
}
#buttons ul li a.french:hover,
#buttons ul li a.french:active {
	background: transparent url('/images/splash_button_f_over.gif') no-repeat center top;
}
#buttons ul li a span {
	visibility: hidden;
}


#footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	color: #482857;
}

#bg_fade {
	position: absolute;
	margin-left: -11px;
	bottom: -60px;
	width: 983px;
	height: 60px;
	background: transparent url('/images/background_content_fade.png') no-repeat bottom;
}

#preload {
	position: absolute;
	left: -3000px;
	top: -3000px;
}