* { margin: 0; padding: 0; }
body { background: #000; }
h1 { height: 44px; width: 100%; background: url("images/hBg.png"); }
	h1 img { border: 0; }
	h1 #title { float: left; }
	h1 #subTitle { float: right; }
#segosa { height: 75px; width: 100%; background: url("images/segosaBg.png"); }
	#segosa #spice { height: 75px; width: 523px; background: url("images/segosaImg.png"); float: right; }
#nav { float: left; height: 34px; margin-top: 5px; }
	#nav li { float: left; margin-left: 5px; width: 100px; height: 34px; list-style: none; }
	#nav li img { border: 0; }
.clear { clear: both; }