@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

body {background-color: #666;
	color: #fff;
	font-family:"Courier New", Courier, monospace;
	}

hr {height: 1px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #990001;
	background-color: #990001;
	border: thin;
	}

#container {position: relative;
	margin-left: auto;
	margin-right: auto;
}

.copyright {text-align: center; padding-top: 10px;}

#content {background-color:#000;
		position: inherit;
		width: 900px;
		min-height: 2220px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		border: 1px #fff solid;
		padding-top: 15px;
		}
		
#header {position: relative;
	top: 0;
	left: 3px;
}

#header img {padding-left: 25px}

#white {width: 815px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.albums {width: 815px;
	background-color: #fff;
	height: 151px;
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
	
.covers {width: 135px;
	height: 135px;
	background-color: #666;
	margin-top: 8px;
	margin-left: 20px;
	position: absolute;
}

.first {font-size: 1.3em;}

.italics {font-style: italic;}
.bold {font-weight: bold;}

.info {width: 600px;
	height: 135px;
	position: absolute;
	top: 0px;
	left: 150px;
	margin-top: 8px;
	margin-right: 50px;
	margin-bottom: 8px;
	margin-left: 50px;
	color: #000;
	background-color: #fff;
}

.logos img {padding-right: 23px;}

#footerlinks {position: absolute;
	bottom: 150px;
	text-align: center;
	}
	
#footerlinks a {padding-left: 20px; padding-right: 10px; vertical-align: middle;}

a#facebook {padding-right: 75px;}
a#myspace {padding-left: 85px;}
a#sounds {padding-left: 45px; padding-right: 49px;}

#email {font-size:18px;
	position: relative;
	top: 120px;
	left: 325px;
	z-index: 0;}

#address {color: #fff;
	position: absolute;
	top: 50px;
	right: 47px;
	width:350px;
	height:50px;
	text-align: right;}
	
#sonic {position: relative;
	top: 155px;
	left: 375px;
	margin-right: auto;
	margin-left: auto;
}
	
a img {border: none;}
a {text-decoration: none; color: #990001}

a:hover {color: #F00;
}