/* CSS Document */
html {
	height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical;
}

#wizardlogo {
	z-index: 200;
	position: absolute;
  cursor: pointer;
  display: block;
	width: 207px;
	height: 93px;
  top: 30px;
  left: 15px;
	background-color: transparent;
	background: url(/images/logo.png) no-repeat center center;
}
