/* CSS Document
Edie Maney
Contact Page CSS
© 2007 Edie Maney
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
/* Global Layout Elements */
	
div#content_main {
	position: relative;
	background: url(../images/contact_16.jpg) top left no-repeat;
	}
	
div#emaildiv {
	position: absolute;
	width: 781px;
	height: 21px;
	top: 300px;
	left: 0;
	visibility: visible;
	}
	
div#contact2 {
	position: absolute;
	width: 781px;
	height: 212px;
	background: url(../images/contact_20.jpg) top left no-repeat;
	top: 321px;
	left: 0;
	visibility: visible;
	}
	
div#credits {
	position: absolute;
	width: 781px;
	height: 9px;
	top: 533px;
	left: 0;
	visibility: visible;
	}
	
div#contact3 {
	position: absolute;
	width: 781px;
	height: 102px;
	top: 542px;
	left: 0;
	visibility: visible;
	background: url(../images/contact_26.jpg) top left no-repeat;
	}
	

