
#logo {
width: 200px;
height: 300px;
position: absolute;
top: 50%;
left: 50%;
margin: -150px 0 0 -100px;

}

p {
font-family: Verdana, sans-serif;
font-size: small;
text-align: center;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #f90;
}
a:active {
	text-decoration: none;
	color: #000;
}