html, body {
	width: 100%;
	height: 100%;
	overflow:hidden;
	font-family: "Myriad Pro", verdana, arial;

}
 body {
 background: url(/images/cactus/furniture-frontpage.jpg) no-repeat;
 }
 
#nav ul {
	float: left;
	width: 100%;
	background-color: #000;
	height: 24px;
}
#nav ul li {
	display: inline;
	float: left;
}
#nav ul li a {
	padding: 0.25em 1em;
	color: #fff;
	text-decoration: none;
	height:auto;
}
#nav ul li a:hover, #nav ul li.thispage a {
	background: #fff;
	color: #58595b;
}
