body {
	background: url(/images/landing/landing_bg.jpg) top left repeat-x #000000;
	margin:0px;
	padding:0px;
	}

#landing_container {
	width:600px;
	height:310px;
	margin:0 auto 0 auto;
	background: url(/images/landing/landing_main.jpg) center top no-repeat;
	}
	
.landing_button {
	text-indent: -900px;
	display: block;
	position: relative;
	top:130px;
	height:30px;
	}
#english_button {
	background: url(/images/landing/landing_english.jpg) top no-repeat;
	left:195px;
	width:100px;
	}
#french_button {
	background: url(/images/landing/landing_french.jpg) top no-repeat;
	left:305px;
	top:100px;
	width:105px;
	}

#english_button:hover {	
	background: url(/images/landing/landing_english_hover.jpg) top no-repeat;
	}
	
#french_button:hover {	
	background: url(/images/landing/landing_french_hover.jpg) top no-repeat;
	}
