body {
	background: gray;
	font-family: Georgia, serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	background-image: url(img/backtile.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

ul {
	list-style-image: url(img/bullet.png);
}

.content {
	width: 75%;
	height: 100%;
	margin: 0 auto;
}

.centre {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centreh {
	text-align: center;
	font-style: italic;
}

.tracklist {
	margin-left: 100px;
	margin-right: 100px;
	font-style: italic;
}

.border1 {
	background: url(img/borderh.gif) repeat scroll center;
	width: 100%;
	height: 16px;
}

.border1 hr {
	display: none;
}

.menu {
	width: 340px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.menu ul {
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid black;
	border-width: 0px;
}

.menu ul li {
	display: inline;
}

.menu ul li a {
	float: left;
}

a#about {
	display: block;
	width: 70px;
	height: 32px;
	background-image: url(img/menu_about.png);
	background-position: 0 32px;
	margin: 0 auto;
}

a#about:hover {
	background-position: 0 0;
}

a#download {
	display: block;
	width: 110px;
	height: 32px;
	background-image: url(img/menu_download.png);
	background-position: 0 32px;
	margin: 0 auto;
}

a#download:hover {
	background-position: 0 0;
}

a#install {
	display: block;
	width: 78px;
	height: 32px;
	background-image: url(img/menu_install.png);
	background-position: 0 32px;
	margin: 0 auto;
}

a#install:hover {
	background-position: 0 0;
}

a#credits {
	display: block;
	width: 82px;
	height: 32px;
	background-image: url(img/menu_credits.png);
	background-position: 0 32px;
	margin: 0 auto;
}

a#credits:hover {
	background-position: 0 0;
}

a .none {
	display: none;
}

.box {
	display: block;
	overflow: hidden;
}

#footer {
	display: block;
	overflow: hidden;
	clear: both;
}

.left {
	float: left;
}

.note {
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	background-image: url(img/note.png);
	background-position: 0px 0px;
	margin: 0 auto;
}

.note:hover {
	background-position: 120px 0px;
}
