body {
	background-color:white;
	margin:0px;
	font-family: arial;
	font-size:9px;
	color:#666666;
}

a {
	font-size:9px;
	font-weight:bold;
	color:#ec4399;
	text-decoration:underline;
	margin-right:12px;
}

a:hover {
	text-decoration:none;
}

/* divs */

#content {
	width:1012px;
}

#header {
	padding-top:19px;
}

#logoHolder {
	float:left;
	padding-left:6px;
}

#linkHolder {
	margin-top:4px;
	float:left;
}

#splash {
	width:1012px;
	height:581px;	
}

#footer {
	width:1012px;
	text-align:center;
}

.clear {
	clear:both;
}