body {
	font-family:Arial,Verdana,Helvetica;
	height:100%;
	width:100%;
	padding: 0; 
	margin: 0;
}

/* HOME PAGE */

#page-content {
    text-align: center;
    font-size: 8px;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 400px;
	margin-left: -350px;
	margin-top: -200px;
	position: absolute;
}


/* FOOTER */

#foot {
    color: #7A7A7A;
	border-top: 1px solid #DDE8F3;
    text-align: center;
    /*padding: 20px;*/
    font-size: 11px;
    clear:both;
}

#foot p {
	line-height: 1.5;
	margin-bottom: 0;
}


#foot a, a#print-link {
	color: #006699;
	font-size: 12px;
}

#foot a:hover, a#print-link:hover {
    color: #7BC249;
}

#foot img {
	vertical-align: bottom;
}

