* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #000000 url('/images/bg-nova.png');
    background-attachment: fixed;
    color: #ffffff;
}

blockquote {
  padding: 5%;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: #77fc03;
    text-decoration: none;
}

img {
	border-style: none;
}

hr {
	height:1px;
	width:585px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #285401;
	border-style: none;
}

hr.minidivider {
	margin: 0 auto 0 25px;
	height:8px;
	width:290px;
	background: #77fc03;
	border-style: none;
}

.template {
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 20px 50px 0 50px;
    width: 640px !important;
    height: 4500px;
    background: url('/images/center.gif') repeat-y;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: .75em;
    color: #BBB5A2;
}

.nav {
	text-align: center;
	padding: 10px 0 0 0;
}

.nav li {
	display: inline;
	position: relative;
	margin: 0 auto 0 auto;
	list-style-type: none;
}

.nav a {
	padding: 0 20px 0 20px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 2em;
	font-weight: bolder;
	color: #BBB5A2;
}

.nav a:hover {
	color: #77fc03;
}

.logo {
	border: 3px solid red;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.logotext {
	margin-left: 50px;
}

.content {
	background: #000000;
	background-image: url('/images/center-center.gif');
	width: 490px;
	height: 4000px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.content-top {
	background-image: url('/images/center-top.gif');
	background-repeat: no-repeat;
	width: 490px;
	height: 21px;
	margin: 40px auto 0 auto;
}

.content-bottom {
	background-image: url('/images/center-bottom.gif');
	width: 490px;
	height: 21px;
	margin: 0 auto 0 auto;
}

.title {
	margin: 0 auto 0 25px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 2em;
	font-weight: bolder;
	color: #4fa802;
}

.item {
	margin: 10px auto 0 25px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .95em;
	color: #ffffff;
}

.item img {
	float: right;
	margin: 0 25px 0 auto;
	border: 6px double #4fa802;
	/* border: 6px double #77fc03; */
}

ul.tracklist {
	margin-left: 25px;
}
.player {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
