/* CSS Document */


	
	body {
		font-family:Helvetica, Arial, sans-serif;
		font-weight:normal;
		font-size:12px;
		color:#fff;
		line-height:16px;
		background-color:#000;
	}
	
	.bg {
		background: #000 url(../images/awake.gif) left bottom no-repeat scroll;
		bottom:0;
		height:686px;
		position:fixed;
		right:0;
		width:100%;
		z-index:1;
}
	
	ul {
		margin:0;
		padding:0;
		list-style-type:none;
		margin-bottom:16px;
	}
	
	h1 {
		font-size:1em;
		font-weight:normal;
		text-decoration:underline;
		margin:0 0 16px 0;
		padding:0px;
	}
	
	a {
		text-decoration:none;
		color:#fff;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	.wrapper {
		margin:auto;
		width:600px;
		z-index:10;
		position:relative;
	}
	
	.copy {
		float:left;
		margin-top:100px;
		margin-left:10px;
	}
	
	.bandRoles {
		float:left;
		width:200px;
	}
	
	.bandRoles li {
		float:left;
		width:100px;
		
	}
	
	.info {
		clear:both;
		float:left;
	}
	
	.column {
		float:left;
		margin-right:40px;
	}
	
	.songs {
		float:left;
		width:50px;
	}
	
	.indent {
		text-indent:-10000px;
	}
	
	.clear {
		clear:both;
	}
	
	.download {
		background-color:#000;
		padding:2px 5px 2px 5px;;
	}
	
	.download:hover {
		background-color:#fff;
		color:#000;
		text-decoration:none;
	}

	
	