

#Splash {
	width:640px;
	height:250px;
	background: url(/images/vim_splash.png) top center no-repeat;
	position:relative;
	margin: -145px auto;
	top:50%;
}

#Splash a {
	display:block;
	position:absolute;
	top:110px;
	text-indent:-99999px;
	height:31px;
}

#Splash a:focus {
	outline:none;
}


#Splash a.english {
	background: url(/images/english_lang_btn.png) top center no-repeat;
	left:90px;
	width:98px;
}

#Splash a.french {
	background: url(/images/french_lang_btn.png) top center no-repeat;
	right:90px;
	width:107px;
}


P {
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 12px;
	color: #333;
}

.text {
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 10px;
	color: #333;
}

.footerText {
	font-family: verdana, helvetica, sans-serif, arial;
	font-size: 10px;
	color: #999;
	margin-left: 17px;
	margin-right: 17px;
}