html, body 
{  
    height:100%;  
    margin:0;  
} 

body
{
    font-family: Helvetica, Verdana, Arial;
	background: #ffffff;
	position:relative;
    min-width:1024px;
	min-height:768px; 
}

img
{
	border:none;
}

#logo
{
	position: absolute;
	top:50%;
	left: 50%;
	margin: -278px 0px 0px -480px;
}

p
{
	font-size:10pt;
	text-align:center;
	color:#87212f;
	line-height:20pt;
}

a
{
	color:#87212f;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}