@charset "utf-8";
/* CSS Document */

html {
	margin: auto;
	padding: 0;
	height: 100%;
}

body {
	 margin: 5px 0 0 0; 
	 padding: 0; 
	 height: 100%;
	 background-color: #d3e5fe;
	 text-align: center;
}

#title {
	background-image:url(/images/splash/title.jpg); 
	background-repeat:no-repeat;
	margin: auto;
	padding: 0;
	width: 753px;
	height: 120px;
}

#menu {
	 background-image:url(/images/splash/menu_back.jpg); 
	 background-repeat: no-repeat;
	 width:470px; 
	 height:43px;
	 margin:auto;
	 border: 0;
	 padding: 130px 143px 0 140px;
}

#english {
	width: 207px; 
	height: 43px; 
	float: left; 
	margin: 0; 
	padding: 0;
}
#english a{
	display: block; 
	width: 207px; 
	height:43px; 
	background-image:url(/images/splash/english_off.jpg);
	background-repeat: no-repeat;
}
#english a:hover{
	background: none;
}
* html #english a:hover {
	background-image:url(/images/splash/english_on.jpg);
	background-repeat: no-repeat;
}

#french {
	width: 207px; 
	height: 43px; 
	float: right; 
	margin: 0; 
	padding: 0;
}
#french a{
	display: block; 
	width: 207px; 
	height:43px; 
	background-image:url(/images/splash/french_off.jpg);
	background-repeat: no-repeat;
}
#french a:hover{
	background: none;
}
* html #french a:hover {
	background-image:url(/images/splash/french_on.jpg);
	background-repeat: no-repeat;
}

#bottom {
	background-image:url(/images/splash/bottom.jpg); 
	background-repeat:no-repeat;
	margin: auto;
	padding: 0;
	width: 753px;
	height: 87px;
}

