img {
	border: none;
}

html {
	overflow-y: scroll;
}

#about {
	position:relative;
	left:288px;
	top:-249px;
	height:250px;
	width:350px;
}

#navbar {
	position:absolute; 
	bottom:3px; 
	width:800px; 
	border-top:1px solid #666666; 
	padding-top:3px;
}

.smallcaps {
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.21em;
}

.links {
	position:relative;
	height:174px;
	width:75px;
	left:710px;
	top:-713px;
}

.description {
	position:relative;
	height:214px;
	width:165px;
	left:497px;
	top:-499px;
}

.tracklist {
	position:relative;
	left:288px;
	top:-249px;
	height:250px;
	width:194px;
}

.release {
	position:relative;
	width:100%;
	padding-top:50px;
	left:0px;
	top:0px;
	height:300px;
	border-bottom:1px solid #666666;
}

#logo {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	left:-5px;
	top:45px;
}

#back {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	left:0px;
	top:55px;
}

.red {
	color:red;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
}

.grey {
	color:#666666;
}

.name {
	font-size:1.5em;
	letter-spacing:0.1em;
}

.title {
	position:relative;
	width:512px;
	left:287px;
	height:31px;
	top:-251px;
}

a.toplinks {
	display:block; 
	float: left;
	padding: 0px 10px;
}

a.toplinks:hover {
	display:block; 
	float: left;
	background-color:red;
	color: white;
}

#top {
	position:relative;
	width:100%;
	height:140px;
	border-bottom:1px solid #666666;
}

#wrapperinside {
	position:relative;
	width:800px;
	margin-right:50px;
	margin-left:50px;
}

#wrapper {
	width:900px;
	background-color:#000000;
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	top:50px;
	box-shadow:rgb(0, 0, 0) 0px 0px 50px;
	-webkit-box-shadow:rgb(0, 0, 0) 0px 0px 50px;
	-o-box-shadow:rgb(0, 0, 0) 0px 0px 50px;
	-moz-box-shadow:rgb(0, 0, 0) 0px 0px 50px;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family:Arial, sans-serif;
	line-height:1.5em;
	font-size:65%;
	background-image:url(images/background%2dpattern.jpg);
	background-repeat: repeat-x;
	margin:0px 0px 50px 0px;
	padding:0px 0px 50px 0px;
}


