#splash_wrapper {
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	width: 355px;
}

#splash_logo {
	padding: 0px;
	margin: 0px;
	height: 208px;
	width: 355px;
	background-image: url(images/splash_logo.gif);
	background-repeat: no-repeat;
}

#en {
	padding: 0px;
	margin: 0px;
	height: 27px;
	width: 167px;
	background-image: url(images/splash_en.gif);
	background-repeat: no-repeat;
	float: left;
}

#fr {
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(images/splash_fr.gif);
	height: 28px;
	width: 183px;
	float: left;
}

#sep {
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(images/splash_sep.gif);
	height: 28px;
	width: 5px;
	float: left;
}

h1 span, h2 span {
	display: none;
}

h1 a, h2 a {
	display: block;
	height: 100%;
	width: 100%;
}
