html, body {
	background-color: #eee;
	color: #666;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

a: link {
	color: #666;
	text-decoration: none;
}

a: hover {
	color: #333;
	text-decoration: none;
}

a: visited {
	color: #666;
	text-decoration: none;
}

img {
	border: 0;
}

p {
	margin-bottom: 5px;
}

* {
	margin: 0 auto;
	padding: 0;
}

h1 {
	border-bottom: 1px solid #e2e2e2;
	color: #333;
	font-family: Verdana;
	font-size: 16px;
	font-weight: 700;
	padding: 15px;
	text-align: center;
}

/* ----- */

div#shim {
	float: left;
	height: 50%;
	margin-top: -100px;
	visibility: hidden;
	width: 100%;
}

div#wrapper {
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	clear: both;
	height: 150px;
	padding: 15px;
	position: static;
	top: -200px;
	width: 500px;
}

.footer {
	color: #999;
	font-size: 11px;
}

div.main {
	font-size: 12px;
	margin: 25px auto 0 auto;
}

div.text {
	margin-top: 10px;
	text-align: center;
}

.telephone {
	background-image: url(phone.png);
}
