html, body, table {
	
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	background-color: #eaeff2;
}

table {
    position: absolute;
    top: 0;
    left: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

td {
    height: 100%;
    text-align: center;
}

a.real:link, a.real:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}

a.real:hover {
	text-decoration: underline;	
	color: #000000;
}