@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #FFFFFF url(../images/splash/body-bg.jpg) top left repeat-x;
}

div#wrapper {
	width: 852px;
	height:630px;
	margin: 50px auto;
	position:relative;
	background:url(../images/splash/buttons-bg.jpg) top left no-repeat;
}

#wrapper p {
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 13px;
}

a#eng {
	float: left;
	height:60px;
	width:275px;
	display:block;
	position:relative;
	background:url(../images/splash/btn-eng.gif) top left no-repeat;
}

a#eng:hover {
	background:url(../images/splash/btn-eng-on.gif) top left no-repeat;
}

a#fra {
	margin-left: 310px;
	height:60px;
	width:275px;
	display:block;
	position:relative;
	background:url(../images/splash/btn-fra.gif) top left no-repeat;
}

a#fra:hover {
	background:url(../images/splash/btn-fra-on.gif) top left no-repeat;
}

#eng-text {
	width:275px;
	margin: 300px 0 0 114px;
	padding: 0 !important;
	float: left;
}

#fre-text {
	width:285px;
	margin: 0 0 0 410px;
	padding: 300px 0 0 0;
}

#lang-buttons {
	margin-top: 20px;
	clear: both;
	margin-left: 104px;
}
