/* CSS Document
Griffin Norman
CD Page CSS
© 2005 Griffin Norman
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #FFF;
	font-size: 100.01%;
	}
	
table {
	width: 750px;
	margin: auto;
	}
	
td {
	border: 0;
	padding: 0;
	}
	
td#caption {
	width: 557px;
	background-color: #8a9b57;
	text-align: center;
	vertical-align: middle;
	font-family: "Courier New", Courier, mono;
	color: #FFF;
	font-size: 0.7em;
	}

td#content {
	width: 476px;
	background-image: url(../images/cdpage_07.jpg);
	background-repeat: no-repeat;
	background-color: #8a9b57;
	text-align: center;
	}