body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #08c9fa;
	background-image: url(siteimages/audiobackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	position:relative;
	width:700px; 
	margin: 0px auto;
}
#container {
	position:absolute;
	left:0px;
	top:62px;
	width:700px;
	height:575px;
	z-index:2;
}
#contact {
	position:absolute;
	left:190px;
	top:-23px;
	width:282px;
	height:75px;
	z-index:3;
}
