* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #f0f0f0;
	font: 0.8em/1.5 arial, helvetica, verdana, sans-serif;
}
body {
	position: relative;
	width: 660px;
	margin: 40px auto;
	text-align: center;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 30px;
	color: #000;
	color: #55ae50;
}
a {
	color: #55ae50;
}
hr {
	width: 50%;
	height: 1px;
	margin: 8px auto;
	color: #ccc;
	background-color: #ccc;
	border: none;
}
.logo {
	position: absolute;
	top: -6px;
	left: 30px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.logo img {
	display: block;
}
.section {
	padding: 30px 20px 0;
	background-color: #fff;
	border:1px solid #55ae50;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 12px rgba(0,0,0,.3);
	box-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.message, .domain {
	margin: 30px auto;
	padding: 8px;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.message {
	width: 70%;
	border-color: #55ae50;
}
.domain {
	width: 50%;
	font-size: .9em;
	color: #999;
}
.footer {
	margin: 40px 0;
}
address {
	font-size: .9em;
	font-style: normal;
}
