body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	height: 100%
}

#content {
	width: 748px;
	height: 548px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -374px; 
	/* Half the width of the DIV tag */
	margin-top: -274px; 
	/* Half the height of the DIV tag */
}

.homeText {
	position: relative;
	left: 30px;
	top: 55px;
	width: 425px;
}

.tableBorder {
	border: 3px;
	border-color: #C7BFAD;
	border-style: solid;
}

td {
	border: 0px;
	background-position: bottom;
	background-repeat: no-repeat;
}



