/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
}

div#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 50px;
	margin-top: -25px;
	margin-left: -50%;
	vertical-align: bottom;
	text-align: center;
}

img#logo {
	width: 200px;
	height: 32px;
	border: 0;
}