@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin:0px; padding:0px;
	background-color:#9d7d57;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	text-align:center;
}

#main {
	position: relative;
	text-align: left;
	height: 100%;
	width: 960px;
	margin: 0 auto;
	clear: left;
	background-image:url(img/main.jpg);
	background-repeat:repeat-y;
}

#header {
	height:98px;
	background-image:url(img/header.png);
}

#photo {
	height: 325px;
	width: 329px;
	background-image:url(img/photo.png);
	background-repeat:no-repeat;
}

#tape {
	width:134px;
	position:relative;
	left: 250px;
	top: -300px;
}

#myspacetape {
	height: 49px;
	width: 134px;
	background-image:url(img/myspacetape.png);
}

#myspacetape a {
	display:block;
	height: 49px;
	width: 134px;
}

#facebooktape {
	height: 40px;
	width: 134px;
	background-image:url(img/facebooktape.png);
}

#facebooktape a {
	display:block;
	height: 40px;
	width: 134px;
}

#lastfmtape {
	height: 29px;
	width: 133px;
	background-image:url(img/lastfmtape.png);
}

#lastfmtape a {
	display:block;
	height: 29px;
	width: 133px;
}

#footer {
        height: 29px;
	width: 133px;

}

#menu {
	position:relative;
	float: right;
	left: 600px;
	top: 100px;
	text-align:right;
}
#menua {
	position:relative;
	float: right;
	left: 494px;
	top: 100px;
	text-align:right;
}

#news {
	height: 22px;
	width: 100px;
	background-image:url(img/news.png);
	margin: 0 0 0 auto;
}

#news a {
	display: block;
	height: 22px;
	width: 100px;
}

#bio {
	height: 22px;
	width: 100px;
	background-image:url(img/bio.png);
	margin: 0 0 0 auto;
}

#bio a {
	display: block;
	height: 22px;
	width: 100px;
}

#disc {
	height: 22px;
	width: 100px;
	background-image:url(img/disc.png);
	margin: 0 0 0 auto;
}

#disc a {
	display: block;
	height: 22px;
	width: 100px;
}

#community {
	height: 22px;
	width: 100px;
	background-image:url(img/community.png);
	margin: 0 0 0 auto;
}

#community a {
	display: block;
	height: 22px;
	width: 100px;
}

#musicplayer {
	height: 22px;
	width: 100px;
	background-image:url(img/musicplayer.png);
	margin: 0 0 0 auto;
}

#musicplayer a {
	display: block;
	height: 22px;
	width: 100px;
}

#photos {
	height: 22px;
	width: 100px;
	background-image:url(img/photos.png);
	margin: 0 0 0 auto;
}

#photos a {
	display: block;
	height: 22px;
	width: 100px;
}

#welcomehead {
	position:relative;
	height: 107px;
	width: 563px;
	background-image:url(img/welcomehead.png);
	left: 300px;
	top: 10px;
}

#newshead {
	position:relative;
	height: 107px;
	width: 563px;
	background-image:url(img/newshead.png);
	left: 300px;
	top: 10px;
}

#biohead {
	position:relative;
	height: 107px;
	width: 563px;
	background-image:url(img/biohead.png);
	left: 300px;
	top: 10px;
}

#dischead {
	position:relative;
	height: 107px;
	width: 563px;
	background-image:url(img/dischead.png);
	left: 300px;
	top: 10px;
}

#photohead {
	position:relative;
	height: 107px;
	width: 563px;
	background-image:url(img/photohead.png);
	left: 300px;
	top: 10px;
}

#musichead {
	position:relative;
	height: 107px;
	width: 563px;
	background-image:url(img/musichead.png);
	left: 300px;
	top: 10px;
}

#text {
	position:relative;
	width: 450px;
	left: 400px;
}

#footer {
	position: fixed;
	text-align: centre;
	bottom: -100px;
	height: 10%;
	margin: 0 auto;
	clear: left;
}

iframe {
	display:none;
}