body {
	text-align: center;
	background-color: #000;
	color: #CCC;
}
#wrapper {
	width: 900px;
	height: 640px;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
}
.boxtop {
	background-image: url(wire_01.gif);
	height: 42px;
	width: 900px;
}
.boxbox  {
	background-image: url(wire_02.jpg);
	height: 551px;
	width: 900px;
}
.boxbot {
	background-image: url(wire_03.gif);
	height: 47px;
	width: 900px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	color: #CCC;
	margin: 0px;
}
.boxbox p {
	padding-right: 100px;
	padding-left: 100px;
	font-size: 18px;
	text-align: left;
}
nav ul li {
	color: #CCC;
	display: inline;
	font-family: "Courier New", Courier, monospace;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
}
nav ul li a:link {
	color: #CCC;
	text-decoration: none;
}
nav ul li a:hover {
	color: #900;
	text-decoration: none;
}
nav ul li a:visited {
	color: #999;
	text-decoration: none;
}
article {
	width: 95%;
	overflow: auto;
	height: 450px;
	float: left;
}
#soundcloud {
	height: 1510px;
}
figure {
	float: right;
	padding: 10px;
	margin: 0px;
}
.audiolink {
	text-decoration: none;
	color: #CCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
}
.instruments {
	height: 225px;
}
