body {
	background-color: #FFF;
	}
	
#wrapper {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 350px;
	}

#logoholder {
	width: 700px;
	height: 200px;
	background-image: url('../i/parris.png');
	background-repeat: no-repeat;
	float: center;
	}
	
table {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

th {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	text-decoration: none;	
	}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;	
	}

a, a:hover { text-decoration: none; }

