.body {
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.table {
	font-size:12px;
	color: #FFFFFF;
}

.copy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	width: 400px;
}

.woods {
	color: #666666;
}

a:link {
	color: #666666;
}

a:hover {
	color: #EA008f;
}

a:active {
	color: #EA008f;
}

a:visited {
	color: #666666;
}

html, body {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

div#distance { 
	margin-bottom: -355px; /* half of content height */
	/*background: red;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}

div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 590px;         /* required - desired height */
	width: 960px;          /* required - desired width */
	/*background: blue;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}


div#WTCSA {
	position: relative;   /* positions content on top of distance */
	text-align: center;     /* horizontal centering hack for IE */
}

.tableform {
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
}

H1 {
	color: black;
}

#wrapper {
	width:400px;
	margin-left:auto;
	margin-right: auto;
}

#logos {
	margin-top: 10PX;
	text-align:center;
}
