body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #EEEEEE;
	background-image: url(../images/splash_bg.gif);
	background-repeat: repeat-x;
}
img { border: 0; }

img.title {
	float: left;
}
img.logo {
	float: left;
	margin-top: 40px;
	margin-left: 38px;
}

a.entryE, a.entryF {
	display: block;
	background-color: #343595;
	border: 1px solid #D8AF31;
	padding: 5px 0 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 80px;
	background-image: url(../images/splash_arrow.gif);
	background-position: 90% 50%;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 75px;
}
a.entryE { margin-left: 30px; }
a.entryF { margin-left: 35px; }
a.entryE:hover, a.entryF:hover {
	background-color: #CF2C32;
}


#pagecontainer {
	width: 586px;
	margin: 20px auto 0 auto;
	text-align: left;
}
#eng {
	float: left;
	margin-top: 60px;
}
#fre {
	float: right;
	margin-top: 60px;
}