@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background: url(../images/bg_repeater.jpg) repeat;
	}
	
body.splash{
	background:url(../images/splash_bg.jpg) repeat 0 0;
}

body.fullwidth{
	background:url(../images/bg_fullwidth.jpg) repeat-x 0 0;
	background-color: #E5E2D1;
}
	
div#centred_flash {
	margin: auto;
	width: 830px;
	}
	
#footer a.bandl {
width: 830px;
padding: 0;
margin: 0;
display: block;
height: 20px;
text-decoration: none;
text-indent: -5000px;
background: url(../images/shared/bandl_credit.gif) no-repeat 95% 0;
margin: auto;
}

#footer a.email{
width: 200px;
height: 20px;
text-decoration: none;
margin: auto;
text-indent: 0px;
display: inline;
}

#footer a.native:hover {
background-position: 100% -20px;
}