html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e2e2e2;
}

div#mail {
	width: 500px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -267px;
	margin-top: -150px;
	background: url(../images/bgTemp.jpg) no-repeat;
	padding: 130px 0 0 269px;
}

a:link, a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}