html {
height:				100%;
width:				100%;
}

body {
height:				100%;
width:				100%;

background-color:	#FFFFFF;
}

div#center {
position:			absolute;
top:				50%;
left:				50%;
}

div#centered {
position:			absolute;
top:				-225;
left:				-425px;

background-color:	#FFFFFF;

width:				851px;
height:				471px;
}

td {
font-family:        Helvetica, Tahoma, Arial, Verdana;
font-size:          11px;
line-height:        18px;
}

a {
color:              #000000;
}

a:visited {
color:              #000000;
}