body {
		max-width: 600px;
		position: center;
		font-family: Arial, Verdana, Helvetica;
		background-color: #F5F5DC;
		padding: 15px;
		line-height: 125%;
		- margin: 20px 20px 0 20px;
		- padding: 0px;	 }
#clipsheader {
	position: absolute;
	top: 10px; }
#blackline {
	position: absolute;
	top: 75px; }
#playerposition {
	position: absolute;
	top: 150px;
	left: 250px; }
#homebutton {
	position: absolute;
	top: 415px;
	left: 325px; }
#blacklinebottom {
	position: absolute;
	top: 500px; }	

/* ____________________________________NAVIGATION BUTTONS__________________________*/
.cssbutton{
background-color: #A2B5CD;
border: 2px #B6AFA9 outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #E0DFDB;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}
