html {
	background: url(/workspace/images/front-shelf.png) repeat-x #e4e4e4;
	}

body {
	background: url(/workspace/images/front-back.png) no-repeat top center;
	}
	
.interest {
	background: url(/workspace/images/front-header.png) no-repeat;
	height: 275px;
	width: 974px;
	margin: -5px auto;
	z-index: 100;
	position: relative;
	}

.top_content {
	z-index: 2;
	height: 480px;
	background: url(/workspace/images/lines-top.png) no-repeat center;
	margin-top: -16px;
	padding-top: 20px;
	position: relative;
	}
	
.shelf {
	background: url(/workspace/images/lines-out.png) no-repeat center;
	height: 80px;
	}
	
.lines {
	background: url(/workspace/images/lines-bottom.png) no-repeat center;
	height: 60px;
	}
	
.top_content span {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	}
	
.heythere {
	background: url(/workspace/images/heythere.png) no-repeat;
	width: 217px;
	height: 30px;
	margin-bottom: 10px;
	}

.music {
	background: url(/workspace/images/music.png) no-repeat;
	width: 292px;
	height: 29px;
	margin-bottom: 10px;
	}
	
.albums img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 1px;
	left: 12px;
	}
	
.albums {
	margin-left: 1px;
	}
	
.albums li {
	float: left;
	position: relative;
	margin-left: -12px;
	margin-right: 1px;
	display: block;
	}
	
.albums li a {
	display: block;
	width: 124px;
	height: 119px;
	background: url(/workspace/images/album.png) no-repeat;
	}

.top_content .divider {
	background: url(/workspace/images/top-divider.png) no-repeat;
	height: 2px;
	width: 340px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.dropmealine {
	background: url(/workspace/images/dropmealine.png) no-repeat;
	width: 252px;
	height: 31px;
	margin-bottom: 10px;
	}
	
.contact {
	margin-bottom: 20px;
	}
	
.contact li {
	display: block;
	padding: 15px;
	padding-left: 100px;
	margin-left: 0px;
	}
	
.contact li:hover {
	background-color: #c34343;
	color: white;
	cursor: pointer;
	}
	
.contact li a {
	color: inherit;
	}
	
.lastfm {
	background: url(/workspace/images/lastfm-icon.png) no-repeat 10px center;
	}
	
.iphone {
	background: url(/workspace/images/iphone-icon.png) no-repeat 32px center;
	}
	
.work {
	background: url(/workspace/images/mylogo-icon.png) no-repeat 14px center;
	}
	
.colorspace {
	background: url(/workspace/images/back-color.png) repeat;
	width: 100%;
	overflow: hidden;
	}