*{ margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
font: 0% Helvetica, sans-serif;
background-color:black
}

ul {list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em }

.floatleft { float: left; }
.floatright { float: right; }
.floatclear { float: both; }


#page-wrap {
	width: 800px;
	margin: 0 auto;
}

ul#nav {

	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 41px;
			text-indent: -9999px;
			float: left
		}
		ul#nav li.home a {
			width: 80px;
			background: url(images/nav_home.jpg) bottom
		}
		ul#nav li.business a {
			width: 132px;
			background: url(images/nav_business.jpg) bottom
		}
		ul#nav li.production a {
			width: 148px;
			background: url(images/nav_production.jpg) bottom
			}
		ul#nav li.audio a {
			width: 136px;
			background: url(images/nav_audio.jpg) bottom
			}
		ul#nav li.product a {
			width: 169px;
			background: url(images/nav_product.jpg) bottom
			}
		ul#nav li.contact a {
			width: 78px;
			background: url(images/nav_contact.jpg) bottom
			}
		ul#nav li.about a {
			width: 68px;
			background: url(images/nav_green.jpg) bottom
		}
		ul#nav li a:hover {
			background-position: center center;
			}