body {
	background-color: #000;
	margin: 0px;
	border-top: 10px solid #000000;
	font-family: Arial, Verdana, Tahoma, sans;
	color: #804660;
}

#Splash {
	position: relative;
	height: 600px;
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#frBtn {
	position: absolute;
	top: 110px;
	left: 540px;
	width: 110px;
	height: 25px;
	/*background-image: url('./images/splash-fr.png');*/
	font-size: 20px;
	color: #FAA855;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#frBtn:hover {
	/*background-position: -110px;*/
	color: #84CFFF;
}

#enBtn {
	position: absolute;
	top: 152px;
	left: 540px;
	width: 92px;
	height: 20px;
	/*background-image: url('./images/splash-en.png');*/
	font-size: 20px;
	color: #FAA855;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#enBtn:hover {
	/*background-position: -92px;*/
	color: #84CFFF;
}

#Text {
	position: absolute;
	width: 600px;
	height: 50px;
	bottom: 34px;
	left: 50%;
	margin-left: -300px;
}

a {
	color: #BBA;
}

a:hover {
	color: #804660;
}
