* {
	font-family: verdana;
	font-size: 11px;
}

html, body {
	height:	100%;
}

body {
	overflow: hidden;
	background-color: #069;
}

div.logo {
	height: 130px;
	width: 500px;
    position: absolute;
	top: 50%;
	left: 50%;
	margin: -65px 0px 0px -250px;
}