
body {
	background-color: #0075db;
	text-align: left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #fff;
}

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

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 400px;
	margin: 12% 0 0 15%;
}

h1 {
	background: url('images/h1.png') no-repeat top left;
	height: 75px;
	margin: 0 0 75px 0;
	text-indent: -500em;
}

p {
	margin: 0;
	line-height: 130%;
}

.vcard {
	margin-top: 75px;
	font-size: 18px;
}

.vcard .adr {
	margin-top: 30px;
	-moz-opacity: .75;
	filter:alpha(opacity=75);
	opacity:.75;
	font-size: 14px;
}