body {
	background: #378eca;
	font-family: Helvetica, Arial, sans-serif; 
	color: #013668;
}

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

a:hover {
	color: #ff781e;
}

#heroes-alt {
	margin-top: 200px;
	width: 100%;
	height: 200px;
	background: url('../images/bg.png') repeat-x;
}

#heroes-alt #logo {
	height: 182px;
	width: 616px;
	background: url('../images/logo.png') no-repeat;
	margin: 0px auto;
}

#heroes-alt #logo span {
	display: none;
}

#heroes-alt p {
	text-align: center;
	padding: 0px 0px 0px 7px;
	font-size: 11px;
	font-weight: bold;
}