/* Browser specific hacks to make the website look good in Mozilla/Webkit,
whilst still passing the web standards CSS Validator check */


img, div { behavior: url(iepngfix.htc) }

#box {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
} 

#footer { 
	-moz-border-radius-topleft: 10px!important;
	-moz-border-radius-topright: 10px!important;
	-webkit-border-top-left-radius: 10px!important;
	-webkit-border-top-right-radius: 10px!important;
} 


/* N.B. This markup is CSS3 valid, but CSS3 isn't the standard... yet. */