/* No Image in Background - light hover on footer links and removes banner shadow */

body {
    background: none repeat-x scroll top center;
}

#banner .moduletable {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

div#banner {
    background: none repeat-x scroll top center;
}

div#banner .moduletable {
    background: none repeat-x scroll top center;
}