          /* CSS page */

body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
        padding: 0px;
	text-align: center;
} 

a:link { 
	text-decoration: none;
	color: gray;}
	a:visited { 
	text-decoration: none;
	color: gray;}
	a:focus { 
	text-decoration: none;
	color: gray;}
	a:hover {
	text-decoration: none;
	color: white;}
	a:active {
	text-decoration: none;
	color: white;}

#main {
	width: 750px;
	height: 2550px;
	margin: 0px auto;
        text-align: center;
        padding: 0px;
        border: 0px;
        background-color: #111111;
	position: relative;
}

#distromain {
	width: 750px;
	height: 18500px;
	margin: 0px auto;
        text-align: center;
        padding: 0px;
        border: 0px;
        background-color: #111111;
	position: relative;
}

#main2 {
	width: 500px;
	height: 2500px;
	margin: 0px auto;
        text-align: center;
        padding: 0px;
        border: 0px;
        font-size: 10px;
        color: #FF9900;
	position: relative;
}

#header {
	width: 750px;
	height: 397px;
	border: 0;
	padding: 0px;
	background-color: black;
	top: 0px;
	left: 0px;
	position: relative;
}

#navigation {
	width: 750px;
	height: 30px;
	top: 0px;
	position: relative;
	border: 0;
	padding: 0px;
	background-color: black;
        color: gray;
	font-size: 11px;
}

#distronavigation {
        width: 500px;
	height: 15px;
        top: 0px;
        text-align: center;
        padding: 10px;
        border: 0px;
        /*background-color: black;*/
        color: gray;
        verticle-align: center;
        font-size: 11px;
	position: relative;
}

#abovenewsheader {
        width: 390px;
	height: 133px;
	top: 427px;
	left: 360px;
	border: 0px;
	padding: 0px;
	position: absolute;
}

#newsheader {
        width: 390px;
	height: 30px;
	top: 560px;
	left: 360px;
	border: 0px;
	padding: 0px;
	position: absolute;
}

#news {
	width: 375px; 
	height: 1000px;
	top: 590px;
	left: 365px; 
        border: 0px;
	padding: 0px;
	position: absolute;
	font-size: 12px;
        text-align: left;
	color: white;
}

.textcenter {
        text-align: center;
}  

#releasesheader {
	width: 355px;
	height: 30px;
	top: 427px;
	left: 0px;
	border: 0px;
	padding: 0px;
	position: absolute;
}

.titles {
	color: white;
	font-size: 10px;
}

#releases5info {
	width: 195px;
	height: 360px;
        top: 457px;
	left: 5px;
	border: 0px
	padding: 0px;
	position: absolute;
	font-size: 10px;
	text-align: right;
	color: #FF9900;
}

#releases5 {
	width: 150px;
	height: 150px;
	top: 457px;
	left: 205px;
	position: absolute;
	border: 0px;
	padding: 0px;
}

#releases4info {
	width: 195px;
	height: 290px;
	top: 867px;
	left: 5px;
	border: 0px
	padding: 0px;
	position: absolute;
	font-size: 10px;
	text-align: right;
	color: #FF9900;
}

#releases4 {
	width: 150px;
	height: 150px;
	top: 867px;
	left: 205px;
	position: absolute;
	border: 0px;
	padding: 0px;
}

#releases3info {
	width: 195px;
	height: 480px;
	top: 1257px;
	left: 5px;
	border: 0px
	padding: 0px;
	position: absolute;
	font-size: 10px;
	text-align: right;
	color: #FF9900;
}

#releases3 {
	width: 150px;
	height: 150px;
	top: 1257px;
	left: 205px;
	position: absolute;
	border: 0px;
	padding: 0px;
}

#releases2info {
	width: 195px;
	height: 560px;
	top: 1687px;
	left: 5px;
	border: 0px
	padding: 0px;
	position: absolute;
	font-size: 10px;
	text-align: right;
	color: #FF9900;
}

#releases2 {
	width: 150px;
	height: 150px;
	top: 1687px;
	left: 205px;
	position: absolute;
	border: 0px;
	padding: 0px;
}


#releases1info {
	width: 195px;
	height: 470px;
	top: 2147px;
	left: 5px;
	border: 0px
	padding: 0px;
	position: absolute;
	font-size: 10px;
	text-align: right;
	color: #FF9900;
}

#releases1 {
	width: 150px;
	height: 150px;
	top: 2147px;
	left: 205px;
	position: absolute;
	border: 0px;
	padding: 0px;
}
     
#playlist {
        background-color: black;
	width: 750px;
	height: 60px;
        top: 2550px;
        left: 0px;
        padding: 0px;
        border: 0px;
	position: absolute;
        font-size: 10px;
        color: gray;
}
