/* CSS Document
Pam Tillis
Listen CSS
© 2007 Pam Tillis
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
/* Global Layout Elements */
	
div#insidetopdiv {
	width: 776px;
	background: url(../images/listenheader.jpg) top left no-repeat;
	height: 123px;
	}
	
div#maindiv {
	float: left;
	width: 776px ;
	height: 566px;
	background: url(../images/listenback.jpg) bottom right no-repeat;
	position: relative;
	}
		
/* Links */

a {
	color: #460702;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #9a0806;
	}
