body{
	background: #7FB3C2 url("images/bg_blue.jpg") repeat-x;
	font-family: Arial,Helvetica,sans-serif; /* Verdana,Geneva,Arial,Helvetica,sans-serif */
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center; /* Center aligns site in IE */
	margin: 0 auto;
}
#mainContainer {
	margin: 0 auto;   /* Center aligns site in FF & Netscape */
	text-align: left; /* Put everything back left-aligned */
	width: 800px;
}
#mainImage {
	background: url("images/splash_00.jpg") center top no-repeat;
	width: 760px;
	height: 500px;
	margin-top: 20px;
	position: relative;
	z-index: 0;
}
#EnglishButton {
	position: absolute;
	top: 330;
	left: 320;
	z-index: 10;
}
#FrenchButton {
	position: absolute;
	top: 330;
	right: 140;
}
#EnglishCopy {
	font-size: 11px;
	color: #D5D3E3;
	position: absolute;
	top: 473;
	left: 20;
}
#FrenchCopy {
	font-size: 11px;
	color: #D5D3E3;
	position: absolute;
	top: 473;
	right: 20;
}
/* IE Hacks */
/* Hide from IE5-mac. Only IE-win sees this. \*/


}
/* End hide from IE5-mac */