body, html, *
{
	margin:0;
	padding:0;
	text-indent:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p
{
	margin:0.5em 10%;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	font-weight:bold;
}

code
{
	font-family: "Lucida Console", "Courier New", monospace;
}

div#main
{
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	margin-top:-8em;
	margin-left:-314px;
	background-image:url(mail.png);
	background-repeat:no-repeat;
	padding-left:128px;
	background-position:4px 4px;
}
