@charset "utf-8";
/* CSS Document */

/* Main Body CSS */

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #f8f8f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(/images/splash.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: scroll;
}

.thrColFixHdr #container {
	width: 778px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.thrColFixHdr #buttonEnglish {
	color: #ffffff;
	padding-left: 444px;
	padding-top: 405px;
	font-weight: bold;
	float: left;
}

.thrColFixHdr #buttonFrench {
	color: #ffffff;
	padding-right: 118px;
	padding-top: 405px;
	font-weight: bold;
	float: right;
}