html,body {
	height:100%;
	margin:0;
	padding:0;
	min-width:900px;
}

a:link, a:visited, a:active, a:hover {
	color: #939598;
}

body{
	background-image: url(../images/background.jpg);
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	min-width:900px;
}

#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	clear: both;
}

	
/* Menu */

#menu {
	margin: 0px;
	padding: 0px 160px 0px 160px;
	height: 60px;
	width: 900px;
}

ul#menu {
	margin: 0px;
	padding: 0px;
	height: 60px;
	list-style: none;
}

ul#menu li {
	float:left;
}

ul#menu #home {
	display: block;
	width: 169px;
	height: 60px;
	background: url(../images/menu.jpg) no-repeat -0px 0px;
	text-indent: -9999px;
}

ul#menu #home:hover {
	background-position: 0px -60px;
}

ul#menu #about {
	display: block;
	width: 62px;
	height: 60px;
	background: url(../images/menu.jpg) no-repeat -169px 0px;
	text-indent: -9999px;
}

ul#menu #about:hover {
	background-position: -169px -60px;
}

ul#menu #music {
	display: block;
	width: 63px;
	height: 60px;
	background: url(../images/menu.jpg) no-repeat -232px 0px;
	text-indent: -9999px;
}

ul#menu #music:hover {
	background-position: -232px -60px;
}


ul#menu #facebook {
	display: block;
	width: 93px;
	height: 60px;
	background: url(../images/menu.jpg) no-repeat -295px 0px;
	text-indent: -9999px;
}

ul#menu #facebook:hover {
	background-position: -295px -60px;
}


ul#menu #bandcamp {
	display: block;
	width: 100px;
	height: 60px;
	background: url(../images/menu.jpg) no-repeat -387px 0px;
	text-indent: -9999px;
}

ul#menu #bandcamp:hover {
	background-position: -387px -60px;
}

ul#menu #contact {
	display: block;
	width: 93px;
	height: 60px;
	background: url(../images/menu.jpg) no-repeat -487px 0px;
	text-indent: -9999px;
}

ul#menu #contact:hover {
	background-position: -487px -60px;
}

/* Main body */
		
#content {
	width: 546px;
	padding: 10px 160px 0px 194px;
	float: left;
	margin: 0px;
}

.floatleft {
	float: left;
	margin: 0px 25px 25px 0px;
}

.floatright {
	float: right;
	margin: 0px 0px 25px 25px;
}

		
/* Text styles */
	

p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 12px 0px 0px 0px;
}

h1 {
	color: #000;
	font-size: 17px;
	font-weight: normal;
	line-height: 140%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
}

p.table {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 12px 0px 0px 0px;
}


/* Misc design */

.black {
	color: #000 !important;
}

.white {
	color: #fff !important;
}

.table {
		margin: 12px 0px 0px 0px;
}