html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url(body.png) repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#all {
	background: url(all.png) no-repeat center top;
	height: 570px;
}

#address {
	position: absolute;
	top: 350px;
	left: 50%;
	padding-left: 170px;
}

strong {
	font-size: 14px;
}

a {
	padding-left: 20px;
	line-height: 20px;
	color: black;
	display: block;
	background: url(mail.png) no-repeat left center;
}
