body {
	margin:0; 
	padding:0;
	background: #F07E14 url("../images/bg_liverush.gif") 80% 0 repeat-x;
	text-align: center;
}
			
h3 {
	text-indent: -9999px; /* hide the text */
	width: 210px; /* width of replacement image */
	height: 104px; /* height of replacement image */
	background: url("../images/splash/nac_branding.png") 0 0 no-repeat;
	position: absolute;
	top: 50px;
	right: 0;
	margin: 0;
}	
		
#branding {
	position: relative;
	top: 160px;
	padding: 0;
	width: 750px;
	display: block; 
	margin: 0 auto;
}
			
#branding h1 {
	text-indent: -9999px; /* hide the text */
	width: 748px; /* width of replacement image */
	height: 224px; /* height of replacement image */
	background: url("../images/splash/splash_logos.png") 0 0 no-repeat;
	position: relative;
}
		
#languages {
	width: 748px;
	text-align:center;
	margin: 180px auto 0 auto;
	overflow: hidden;
}
		
a.english {
	width: 205px;
	height: 63px;
	background: url("../images/splash/bttn_english.png") no-repeat 0 0;
	text-indent: -9999px; /* hide the text */
	overflow: hidden;
	float:left;
	margin: 0 40px;
}

a.french {
	width: 205px;
	height: 63px;
	background: url("../images/splash/bttn_francais.png") no-repeat 0 0;
	text-indent: -9999px; /* hide the text */
	overflow: hidden;
	float:right;
	margin: 0 60px;
}
			
a:hover.english {
	background: url("../images/splash/bttn_english.png") no-repeat 0 -63px;
}

a:hover.french {
	background: url("../images/splash/bttn_francais.png") no-repeat 0 -63px;
}
