body{
	background: #780001;
	margin: 0;
}

#container{
	left:50%;	position:absolute;	width:686px;	margin:0px 0px 0px -343px;
	background-color: #780001;
}

#header{
	float: left;
	width: 100%;
	height:200px;
	background-color: #780001;
}
#content{
	float: left;
	width: 100%;
	height: 110px;
	background: url(images/language-select-logo2.gif) no-repeat center top;
}

#francais{
	color: white;
	font: small-caps bold 1.5em Helvetica, Arial, Geneva, sans-serif;
	float: left;
	width: 330px;
	border-right-style: solid;
	border-right-width: 1.5px;
	padding-right: 10px;
	text-align: right;
}
#english{
	color: white;
	font: small-caps bold 1.5em Helvetica, Arial, Geneva, sans-serif;
	float: left;
	padding-left: 10px;
}



 a:link, a:visited {
	color: white;
	text-decoration: none;
}


 a:hover, a:active {
	color: #520908;
	text-decoration: none;
}


#footer{
	
	width: 100%;
	height: 35px;
	color: white;
	clear: both;
	font: .7em/.5em Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	padding-top: 10px;
}