html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

#body {
	width: 700px;
	float: left;
}

#mailto {
	float: left;
	width: 200px;
	height: 110px;
	border: 0;
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #000;	
	background-color: #dedbd6;	
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border: 1px solid #dedbd6;
}

#footer {
	width: 100%;
	float: left;
}

