body {
	background: white;
	color: #5b595a;
	font-family: Arial;
	}
	
div#download-donate {width: 55%; float: left;}
	
div#download-donate em {float: left;}
	
.container{
         position: relative;
         z-index: -1;
        background-color: orange  ;  
			height: 100%;
			opacity: 0.6;
			width: 0px;
			left: 0;
			top: 0;
        }
	
div#tracks {
float: left;
width: 30%;
min-width: 150px;
margin-right: 3%;
}


div#tracks h2 {
color: #5b595a;
width: 90%;
padding: 1% 5% 0 0;


}

div#tracks-footer {
padding:1.5em;
text-align: center;
clear: both;
}

div#info-footer {
clear: both;
}

div#gi-logo img {
margin: 5% 5% 0 0;
float: right;
text-align: right;
width: 30%;
}	

div#info {
float: left;
width: 67%;
}

div#info em{
float: right;
}

div#info img {
padding: 0.5%;
}

div.disc {
width: 50%;
	}
	
ul.discs {
list-style-type:none;
margin: 0;
padding: 0;
}

ul.discs li {
margin-bottom: 2%;
padding: 0;
-moz-border-bottom-right-radius: 7px;
border-bottom-right-radius: 7px;
border: solid #5b595a 4px;
}

ul.discs li li {
border: 0;
}

ul.discs h2 {
text-align: right;
}

.right {
float: right;
}

.left {
float: left;
clear: both;
}

.threediscs {
clear: both;
}

h1 {
font-size: 2em;
}

a {
text-decoration: none;
color: black;
}

a:hover {
text-decoration: underline;
}

audio {
padding: 5%;
width: 85%
}

.not-yet {
text-decoration: line-through;
}