/* CSS Document
Kyle Matthews
Home Page CSS
© 2006 Kyle Matthews, See For Yourself Music
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

* {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
body {
	margin-top: 20px;
	color: #000;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	}
	
div#wrapperdiv {
	position: relative;
	width: 750px;
	margin: auto;
	}
	
div#topdiv {
	width: 750px;
	height: 84px;
	background: url(../images/hometop.jpg) top left no-repeat;
	}
	
div#footerdiv {
	width: 750px;
	height: 16px;
	background: url(../images/homefooter.jpg) top left no-repeat;
	}
	
div#contentdiv {
	width: 750px;
	height: 468px;
	background: url(../images/contentimage.jpg) no-repeat top left;
	}
	
div#credits {
	width: 750px;
	margin: 10px auto;
	position: relative;
	z-index: 0;
	visibility: visible;
	}
	
div#copyright {
	width: 450px;
	float: left;
	color: #6b2610;
	font-size: 0.7em;
	text-align: left;
	}
	
div#dvm {
	width: 300px;
	float: right;
	color: #9e4b25;
	font-size: 0.7em;
	text-align: right;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #af4c0f;
	}
	
a:hover {
	text-decoration: underline;
	color: #ca8837;
	}

div#navdiv {
	background: url(../images/homenavblank.jpg) top left no-repeat;
	width: 750px;
	height: 27px;
	}
	
div#flashdiv {
	width: 750px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 76px;
	z-index: 20;
	}
	
div#paperdiv {
	width: 246px;
	height: 294px;
	position: absolute;
	left:447px;
	top: 168px;
	z-index: 30;
	}
	
div#playerdiv {
	position: absolute;
	top: 0;
	left: 370px;
	z-index: 10;
	visibility: visible;
	}