Try this setting in your css;
Code:
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
    background-image: url(../images/tile_main.jpg) ; 
    background-repeat: repeat-x;
    padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 75%;
	}
And there might be other places that require changing to % or not