body {
	text-align: center;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 16px;
	background-color: #bcb7ad;
	background-image: url(../graphics/soundwerk_bg2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top: 0px;
}

#contentheader {
	left: 50%;
	width: 1438px;
	height: 35px;
	margin-left: -719px;
	position: absolute;
}

#container {
	position: absolute;
	width: 700px;
	top: 50px;
	left: 50%;
	margin-left: -350px;
}

.toplogo {
	position: relative;
	top: 10px;
}
	
.central_area {
	background: #666463;
	width: 700px;
	margin-bottom: -46px;
	margin-top: 64px;
	top: -42px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.central_area p {
	text-align: left;
	color: #00a4f7;
	font: .8em/1.6em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	padding-right: 30px;
	padding-left: 30px;
}

.central_area img {
	position: relative;
	top: 20px;
}

.player {
	margin-top: -4px;
	background: #6c6968;
	width: 350px;
	height: 24px;
	position: relative;
}

li {
	list-style-type: none;
	}



.hidden {
	display : none;
}

img {
	behavior: url("http://www.walteralbertson.com/pngbehavior.htc");
	}
	
.menu {
	font-size: .8em;
	position: relative;
	left: 15%;
}

a:link {   
	color: #2cddff;
	text-decoration: underline;
}

a:visited {  
	color: #2cddff;
	text-decoration: underline;
}
a:hover {  
	color: #535150;
	text-decoration: none;
	background: #00b2f5;
	padding: 2px 3px 1px;
}

a:active {  
	color: #ffffff;
	text-decoration: none;
	background: #00d2f9;
}	



	

