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

body {
margin:0 0;
padding:0;
}
#wrapper {
	margin: 0 auto;
	padding:0;
	width: 980px;
	}
#top_left {
	position:absolute;
	width: 980px;
	height:35px;
	margin:0;
	padding:0;
}
#top_right {
	position:absolute;
	width: 980px;
	height:35px;
	margin: 0;
	padding: 0;
}
#inner_wrapper1 {
	margin:0;
	padding:0;
	}
#inner_wrapper2 {
	margin:0;
	padding:0;
	}
#logo {
	text-align:center;
	margin-top: 35px;
	padding-top:15px;
	}
#graphic {
	background:url(../images/splash_graphic2.png) no-repeat;
	margin: 0 auto;
	width: 258px;
	height: 350px;
	padding-bottom:50px;
	}
#language {
	width: 258px;
	margin: 0 auto 0 auto;
	text-align: right;
	padding-top: 280px;
	}
#english, #francais {
	padding:0;
	margin:0;
	}
#english {
	height: 18px;
	margin-bottom: 4px;
	}
#francais {
	height: 25px;
	
	}
#english a {
	height: 18px;
	margin-right: 30px;
	background:url(../images/english.png) no-repeat top right;
	display: block;
	}
#francais a {
	height: 22px;
	margin-right: 30px;
	background:url(../images/francais.png) no-repeat top right;
	display: block;
	}
a {
	color: #999;
	text-decoration:none;
	}
a:hover {
	color: #900;
	text-decoration: underline;

	}
#english a:hover {
	background: url(../images/english-hover.png) no-repeat top right;
	}
#francais a:hover {
	background: url(../images/francais-hover.png) no-repeat top right;
	}
img {
	border:none;
	}
#footer {
	width: 930px;
	margin: 10px auto;
	padding: 0x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999;
	}
#privacy {
	float:right;
	text-align:right;
	}
#bottom_stripe {
	background:url(../images/red_stripes_bt.png) repeat-x left bottom transparent;
	height:600px;
	}