body {
	font-family : Verdana,sans-serif;
   color: black;
   font-size: 12px; 
   margin: 30px 5% 100px 5%; 
}
body.popup {
	background-image: url(images/bg.jpg);
	text-align: center;
}

img {
	border: 0px solid none;
}

a:link { color:black; }a:visited { color:#8b0000; }
.footer a:visited { color:black; }
a:hover{color:red;}

/*******************************************************************
 * CONTENT
 *******************************************************************/
 /* base container */
#contentmiddle {	
	border: 0px solid none;	font-family: 28 Days Later;
	color: black ;	
	font-size: 10px; 
	width: 410px;	
	height: 900px;
	margin: 190px 0px 10px 285px;
	float: left;	
}
 /* references */
.references {
	width: 370px;	
	margin-left: 6px;
	text-align: justify;
}
.references .title {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin: 8px 0px 0px -6px;
}
 /* covers */
#coverline {
	text-align: center;	
	margin-top: 20px;
}
 /* track-listing */
ol#tracklisting {
	list-style-image: url(images/dl.gif);
}
ol#tracklisting li {
	margin-bottom: 3px;
}
 /* full download links */
#fulldownload {
	font-weight: bold;
}
 /* right side symbols */
.symbolsright {	
	float: left;
	margin: 960px 0px 0px 21px;
}
 /* footer-line */
.footer a {
	text-decoration: none;
}
.footer {
	margin: 0px 0px 0px 280px;
	width: 410px;
	clear: both;
	text-align: center;
}

/*******************************************************************
 * COVER-POP-UP
 *******************************************************************/
.coverlisting img {
	margin-bottom: 20px;
}
.popupcloselink {
	font-weight: bold;	
}