body {
	text-align: center;
	background-image: url(/DynamicContent/Resources/Images/Splash/splashBackground.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
div.content {
	margin: 0 auto;
	padding: 0;
    width: 760px;
    height: 600px;
    background-color: #0576bd;
	background-image: url(/DynamicContent/Resources/Images/Splash/splashBackgroundGrad.gif);
	background-repeat: repeat-x;
}
div.welcome {
    width: 760px;
	padding-top: 40px;
}
div.splashLinks {
    width: 760px;
}
div.francais {
    width: 355px;
    float: left;
	text-align: right;
}
div.english {
    width: 355px;
    float: right;
    text-align: left;
}
div.splashLogo {
    width: 760px;
	clear: both;
    padding: 40px 0 80px 0;
    text-align: center;
}
p {
	color: white;
	font: 13px bold Verdana, Arial, Helvetica;
}
h1 {
    color: white;
	font: 24px bold Verdana, Arial, Helvetica;
}
h1 a {
    color: #febe10;
}