html,body {
	padding:0px;
	margin:0px;
	height:100%;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	color:#000;
}
#page {
	height: 236px;
	width: 280px;
	position:relative;
	top: 50%;
	margin-top:	-206px;
	left: 50%;
	margin-left: -140px;
}
#impArea {
	position: relative;
	width: 100px;
	left: 90px;
	top:-30px;
	text-align: center;
}
.greyLink {
	font-family: "Trebuchet MS",Verdana,sans-serif;
	font-size: small;
	color: #999;
}

.linkMail, .linkWeb {
	font-size:small;
	text-decoration:none;
}
p, a {
  	color:#000;
    font-size: small;
}

