* {
	font-family: verdana, arial, sans-serif;
	color: #272727;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body, ul, p, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background-image: url(../images/bodyBackground.png);
	background-color: white;
	background-repeat: repeat-x;
	background-position: 0 50%;
}
.wrapper {
	height: 100%;
	background-image: url(../images/background.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -265px;
	float: left;
	background-color: red;
}
#card {
	height: 340px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
#card h1, 
#card p {
	display: none;
}
#card h2 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 20px;
}
#card h3 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 20px;
}
#card .content {
	font-size: 14px;
	padding: 140px 15px 0 15px;
}
#card .address,
#card .labels,
#card .numbers {
	float: left;
}
#card .address {
	width: 180px;
}
#card .labels {
	width: 80px;
}
#card .numbers {
	width: 200px;
}