
/* @group General stuff */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 62,5% "Courier New";
}
/* @end */

/* @group Layout */
#wrapper{
	background: url(gfx/bg-content.jpg) no-repeat;
	height: 657px;
	margin: 30px auto 0 auto;
	width: 880px;
}
#content{
	float: left;
	height: 566px;
	left: 20px;
	overflow: auto;
	position: relative;
	top: 38px;
	width: 402px;
}
	#content #logo{
		height: 500px;
	}
	#content div.release{
		margin: 0 0 30px 0;
		overflow: hidden;
	}
	#content div.release div.image img{
		float: left;
		height: 200px;
		margin: 0 10px 0 0;
		width: 200px;
	}
	#content div.stuff{
		margin: 0 0 30px 0;
	}
#navigation{
	float: right;
	height: 657px;
	position: relative;
	width: 417px;
}
	#navigation ul{
		list-style: none;
	}
	#navigation ul li#music{
		background: url(gfx/music.jpg) no-repeat;
		height: -129px;
		left: 84px;
		position: absolute;
		top: 99px;
		width: 217px;
	}
		#navigation ul li#music a{
			display: block;
			height: 80px;
			outline: none;
			width: 217px;
		}
		#navigation ul li#music a span{
			display: block;
			text-indent: -9999px;
		}		
	#navigation ul li#stuff{
		background: url(gfx/stuff.jpg) no-repeat;
		height: 74px;
		left: 123px;
		position: absolute;
		top: 222px;
		width: 212px;
	}
		#navigation ul li#stuff a{
			display: block;
			height: 74px;
			outline: none;
			width: 212px;
		}
		#navigation ul li#stuff a span{
			display: block;
			text-indent: -9999px;
		}
#navigation address{
	background: url(gfx/contact.jpg) no-repeat;
	height: 41px;
	left: 50px;
	position: absolute;
	top: 558px;
	width: 335px;
}	
	#navigation address span{
		display: block;
		text-indent: -9999px;
	}

/* @end */
