body {
	margin: 0px;
	color: #000000;
	background-color: #000000;
	font-family: sans-serif;
	font-size: 0.9em;
}

table {
	font-size: 1em;
	text-align: left;
}

table img {
	margin: 10px;
}

.albumart {
	
}

#container
{
	background-image: url('images/acebushy.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:  right;
	padding: 0px
}

#container2
{
	background-image: url('images/info-background2.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:  right top;
	padding: 0px
}

h1 {
	margin: 0px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position:  right top;
	text-indent: -8000px;
	height: 170px
}

h2 {
	font-family: "h2-title";
}

#content {
	width: 44%;
	background-color: #ffffff;
	border-right: 5px solid #000000;
	float: left;
	padding: 3%;
	text-align: justify;
}

#information {
	margin-left: 50%;
	margin: 0px;
}

#info {
	margin-left: 53%;
	margin-right: 3%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	background-image: url('images/info.png');padding-top:5px; padding-bottom:5px

}

#navigation {
	text-transform: uppercase;
	margin-left: 53%;
	margin-right: 3%;
	margin-bottom: 10px;
	background-image: url('images/info.png');margin-top:0px
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation li {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	font-family: sans-serif;
	padding-left: 0.45em;
	padding-right: 0.45em;
}

#navigation a:link {
	text-decoration: none;
}

#navigation a:visited {
	text-decoration: none;
}

#navigation a:hover {
	color: #ffff00;
	text-decoration: none;
	background-color: #ff0000;
}

#navigation a:active {
	text-decoration: none;
}

#footer {
	width: 100%;
	background-color: #000000;
	clear: both;
	margin: 0px;
}

#footer a:link {
	color: #000000;
	border-bottom: 1px solid #777777;
}

#footer a:visited {
	color: #000000;
	border-bottom: 1px solid #777777;
}

#footer a:hover {
	color: #000000;
	border-bottom: 4px solid #ffffff;
}

#footer a:active {
	color: #000000;
	border-bottom: 1px solid #777777;
}