html, body {
	background:url(../images/background.jpg);
}

#wrapper {
	background:url(../images/background_wrapper.jpg) top left no-repeat;
}

#content {
	position:absolute;
	top:73px;
}

p.intro {
	background:url(../images/intro.jpg) no-repeat;
	height:257px;
	width:709px;
	text-indent:-999em;
}

p.mission {
	background:url(../images/mission.jpg) top left no-repeat;
	height:229px;
	width:807px;
	text-indent:-999em;
	position:absolute;
	top:290px;
	left:0px;
}

h2.mission {
	text-indent:-999em;
}

a.wildcard {
	display:block;
	position:absolute;
	height:140px;
	width:290px;
	text-indent:-999em;
}

a.rebalance {
	top:157px;
	left:669px;
	background:url(../images/wildcard_rebalance.png);
}

a.clinicaltrials {
	top:227px;
	left:447px;
	background:url(../images/wildcard_clinicaltrials.png);
}

a.vaccinetherapy {
	top:297px;
	left:669px;
	background:url(../images/wildcard_vaccinetherapy.png);
}

a.wildcard:hover {
	background-position:0 -140px;
}

#footer {
	position:absolute;
	top:585px;
	left:175px;
}

#footer ul li {
	float:left;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #ffffff;
	font-weight:bold;
	font-size:11px;
}

#footer ul li:last-child {
	border-right:none;
}