@charset "utf-8";
/* CSS Document */

body{
	background:url(../img/splash/bg-gradient.jpg) repeat-x #12385D;
}

div#wrapper{
	width:950px;
	margin:0 auto;
	position:relative;
}

div#leaf{
	position:absolute;
	top:15px;
	left:0;
	z-index:10;
}

div#splash-box{
	position:absolute;
	z-index:100;
	top:200px;
	left:170px;
}

div#english-button a{
	display:block;
	float:left;
	height:36px;
	width:297px;
	background:url(../img/splash/english-button.jpg) top no-repeat;
}

div#english-button a:hover{
	display:block;
	height:36px;
	width:297px;
	background:url(../img/splash/english-button.jpg) bottom no-repeat;
}

div#francais-button a{
	display:block;
	float:left;
	height:36px;
	width:301px;
	background:url(../img/splash/francais-button.jpg) top no-repeat;
}

div#francais-button a:hover{
	display:block;
	height:36px;
	width:301px;
	background:url(../img/splash/francais-button.jpg) bottom no-repeat;
}


