body {
	margin:0px;
	padding:0px;
	background-color:#ACCC5D;
}

div#holder {
	overflow:auto;
	margin-top:100px;
	background-image:url("../images/layout/holderBG.png");
	background-repeat:repeat-x;
	background-position:middle;
}

div#main {
	width:800px;
	height:400px;
	margin:auto;
	position:relative;
	background-image:url("../images/layout/mainBG800.jpg");
	background-repeat:no-repeat;
	background-position:middle;
}

div#buttons {
	width:555px;
	padding-left:50px;
	position:relative;
	margin:auto;
	padding-top:200px;
	text-align:center;
}

div#englishHolder {
	float:left;
	width:232px;
}

div#englishHolder a {
	display:block;
	width:227px;
	height:24px;
	background-image:url("../images/layout/englishButton.png");
	background-repeat:no-repeat;
	text-indent:-5000px;
}

div#frenchHolder {
	float:left;
	width:232px;
}

div#frenchHolder a {
	display:block;
	width:230px;
	height:24px;
	background-image:url("../images/layout/frenchButton.png");
	background-repeat:no-repeat;
	text-indent:-5000px;
}