/* CSS Document
Kyle Matthews
Common 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;
	font-size: 0.9em;
	background: #000;
	}
	
div#wrapperdiv {
	position: relative;
	width: 750px;
	height: 595px;
	margin: auto;
	}
	
div#topdiv {
	width: 750px;
	height: 84px;
	}
	
div#headerdiv {
	width: 750px;
	height: 88px;
	background: url(../images/contenttopplug.jpg) top left no-repeat;
	}
	
div#footerdiv {
	width: 750px;
	}
	
div#pagename {
	width: 346px;
	height: 85px;
	position: absolute;
	top: 149px;
	left: 81px;
	z-index: 10;
	visibility: visible;
	}
	
div#contentdiv {
	width: 600px;
	padding: 40px 70px 10px 80px;
	background: url(../images/tilepiece.jpg) repeat-y;
	}
	
div#musicdiv {
	width: 48px;
	height: 111px;
	position: absolute;
	z-index: 100;
	top: 111px;
	left: 64px;
	visibility: hidden;
	}
	
div#aboutdiv {
	width: 78px;
	height: 123px;
	position: absolute;
	z-index: 200;
	top: 111px;
	left: 114px;
	visibility: hidden;
	}
	
div#credits {
	width: 750px;
	margin: 10px auto;
	}
	
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;
	}
	
p {
	margin: 0 0 10px 0;
	}
