body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/aff_background.gif);
	background-repeat: repeat;
}

#content {
	background-color:#FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -395px;
	width: 792px;
	height: 450px;
	text-align: left;
}

/* INVISIBLE TO MAC IE 5 commented backslash hack v2 \*/
#content { margin-top: -237px; }
/* end hack */

#content #splash {
	position: relative;
	height: 450px;
	border: 1px solid #000;
}

#content #skipIntro {
	position: relative;
	height: 30px;
	top: 5px;
	font-size: 10px;
	z-index: 10;
}

a {
	text-decoration:none;
	color: #000;
}