body, html {
	height: 100%;
	min-height: 100%;
	background: url(../images/brushed_metal.jpg) top;
	background-color: #707070;
	margin: 0;
	font-family: "Century Gothic", sans-serif;
	font-size: 13px;
}

a {
	color: #000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#content_wrapper, #dropshadow_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 762px;
	height: 100%;
}

#dropshadow_wrapper {
	z-index: 1;
	position: relative;
	float: left;
	background: url(../images/dropshadow.png) repeat-y;
	clear: both;
}

#content_display {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #FFF;	
	background: url(../images/mixer.jpg) no-repeat;
}

#header {
	height: 314px;
	position: relative;
	background: url(../images/header.png);
}

#nav {
	position: absolute;
	z-index: 2;
	top: 140px;
	left: 120px;
}

#hear_it {
	width: 646px;
	height: 487px;
	background: url(../images/hear_it.png) no-repeat;
}

.col {
	float: left;
	width: 300px;
	margin-right: 20px;
	text-align:justify;
}

.splash-logo {
	width: 954px;
	height: 740px;
	margin: 0 auto;
	position: relative;
	left: -100px;
	background: url(../images/logo_splash.png);
}
