/* CSS Document */

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;
}
#links {
	position:relative;
	height: 20;
	font-family : Tahoma, Arial, Verdana;
	font-style : normal;
	font-size: 6px;
	color: #5e5f47;
	top: -110px;
	z-index:1;
	text-align: center;
}
#links a {
	font-family : Tahoma, Arial, Verdana;
	font-style : normal;
	font-size: 9pt;
	color: #5e5f47;
	text-decoration:none;
}
#links a:hover {
	text-decoration:underline;
}
