HTML {
    background: #FFF;
}

body, div#outerwrapper, div#wrapper, div#footer {
	background: none;
	background-color: #FFF;
}

#body {
	min-height: 250px;
}

div#outerwrapper, div#header {
	width: 500px;
}

table#nav {
	width: auto;
	margin-top: 15px;
}

table#nav td.first {
	cursor: default;
}

table#nav td.filler {
	width: 225px;
}

table#nav td.navlast {
	width: 96px;
}

table#nav td.filler:hover, table#nav td.filler:active {
    background-position: 100% 0;
	cursor: default;
}

