a:link, a:visited { color: #214ab2; }
a:hover, a:active { color: #Bd9B6A; }

#container {
	/*background: #fff url("/images/splash/splash_bg.jpg") top center no-repeat;
	padding-top: 1px;*/ /* this avoids margin collapsing */
}

#content {
	background: #fff url("/images/splash/splash_bg.jpg") top center no-repeat;
	float: none;
	margin: 0;
	min-height: 0;
	padding: 120px 0;
	position: relative;
	width: auto;
}
	#content h1 {
		color: #1a2674;
		top: 60px;
		top: 180px;
	}
	#content a {
		top: 130px;
		top: 250px;
	}
	#content .english, #content .french { position: absolute; width: 360px; }
	#content .english { right: 601px; text-align: right; } 
	#content .french { left: 601px; } 
	#content #logo { margin: 0 auto; width: 183px; }

#fakefooter {
	background: #fff;
	color: #1a3674;
	font-size: 0.8em;
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
}