body {
  font-family: Arial, sans-serif;
	color: white;
  background-color: black;
  background-image: url(images/backgrounds/scroller.jpg);
	background-repeat: no-repeat;
  height: 600px;
  width: 800px;
  margin: 0;
  padding: 0;
  }
	
body a:link, a:active {
  color: white;
	background: transparent;
	}
  
body a:visited {
  color: aqua;
	background: tranparent;
	}
	
body a:hover {
  color: red;
	background: tranparent;
	}

h1 {
  color: red;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 470px;
	}
	
h4 {
  color: red;
	position: absolute;
	top: 60px;
	left: 30px;
	width: 500px;
	}
	
h5 {
  font-family : Verdana, sans-serif;
  color: red;
	position: absolute;
	top: 23px;
	left: 33px;
	width: 225px;
	}
	
a {
  position: absolute;
	top: 580px;
	text-decoration: none;
	}
	
a img {
  border: 0;
	}
	
a#artist {
  top: 0px;
	left: 0px;
	height: 8px;
	width: 250px;
	}

a#artist em {
  visibility: hidden;
	}
		
#menu {
  position: absolute;
	height: 161px;
	width: 150px;
	top: 200px;
	left: 20px;
	}
	
img#navtop, img#navbase {
  height: 38px;
	width: 150px;
  position: absolute;
	background: transparent;
	left: 50px;
	}	
	
img#navtop {top: 172px;}

img#navbase {top: 371px;}	
	
a#fanfic, a#guestbook, a#faves, a#resources, a#lynx {
  left: 20px;
	}	
	
a#fanfic {top: 49px;}
	
a#faves {top: 73px;}

a#resources {top: 97px;}	
	
a#guestbook {top: 121px;}	
	
a#lynx {top: 145px;}	
	
iframe#mainframe {
	  position: absolute;
		top: 50px;
		left: 143px;
		}
	
iframe#pictframe {
	  position: absolute;
		top: 481px;
		left: 155px;
		}

iframe#textframe {
	  position: absolute;
		top: 481px;
		left: 254px;
		}
	
a#host {
  top: 580px;
	left: 10px;
	height: 15px;
	width: 440px;
	}
	
a#mail {
  top: 580px;
  left: 530;
	height: 15px;
	width: 225px;
	}
	
a#theme {
	  font: italic 10px Arial, sans-serif;
    color: green;
	  position: absolute;
	  top: 548px;
	  left: 525px;
	  }	
		
a#disclaimer {
	  font: italic 12px Arial, sans-serif;
    color: green;
	  position: absolute;
	  top: 455px;
	  left: 610px;
	  }	

