#whole {
	width:800px;
	margin-left: auto;
	margin-right: auto;
}
.drum {
	background-image: url(images/drumhead_dark.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 600px;
}
.home {
	background-image: url(images/drumhead2.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 600px;
}
.form{
	background-image: url(images/drumhead_angler.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 600px;
}


.drum ul {
	padding-left: 100px;
}

.purple {
	color:#FFCC00;
}

.orange {
	color:#0066FF;
}

.drum ol {
	padding-left: 100px;
	color:#CCCCCC;
	font-size:18px;
}

.drum dl {
	padding-left: 70px;
	color:#CCCCCC;
	font-size:18px;
}

:-moz-any-link:focus 
		{
  		outline: none;
		}
