body
{
	background-image: url(../../images/bgSplash.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

#splashContainer
{
	margin: 84px auto;
	position: relative;
	width: 780px;
	height: 301px;
	background-image: url(../../images/splashLogo.jpg);
	background-repeat: no-repeat;
}


#splashBtnEn, #splashBtnFr
{
	position: absolute;
	top: 261px;
	width: 125px;
	height: 31px;
	background-image: url(../../images/btnSplash.jpg);
	color: white;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}

#splashBtnEn
{
	left: 262px;
}

#splashBtnFr
{
	left: 393px;
}
