body {
    font: small "Helvetica Neue", Helvetica, arial, sans-serif;
}

div#wrap {
	margin: 0 auto;
	margin-top: 75px;
	width: 600px; height: 600px;
	background-image: url(/images/template/logo_splash.png);
	background-position: 50% 20px;
	background-repeat: no-repeat;
}

h1 {
	display: none;
}

div#wrap div {
	width: 260px;
	text-align: center;
	float: left;
	margin-top: 230px;
	padding: 0 20px 0 20px;
}

h2 a {
	color: #010165;
	text-decoration: none;
	font-size: medium;
}

h2 a abbr {
	background-color: #010165;
	color: #fff; text-shadow: 0 0 0 #000;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	font-size: 11px;
	position: relative;
	bottom: 1px;
}

h2 a:hover abbr {
	color: #010165;
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 1px 3px 1px 3px;
}

h2 a:hover {
	border-bottom: none;
}

p {
	color: #666;
	line-height: 1.3em;
	font-size: small;
}
