html, body {
	height: 100%;
}
div.page {
	width: 100%;
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}
div.content {
	margin: 0 auto;
	padding: 5em 0 50px;
	width: 90%;
	max-width: 1010px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 110;
	overflow: hidden;
}
div.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 120;
}
div.slider-wrapper {
	margin: 5em auto 3em;
	padding: 0;
	width: 147px;
	height: 16px;
	background: transparent url(../img/slider-base.gif) no-repeat 0 0;
}
.ui-slider {
	margin: 0 auto;
	width: 80px;
	height: 15px;
	position: relative;
	top: 0;
	left: -15px;
	z-index: 130;
	cursor: pointer;
}
.ui-slider .ui-slider-handle {
	width: 20px;
	height: 10px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 140;
}
.ui-state-default {
	background: #c7c7c7;
}
.ui-state-hover {
	background: #727070;
}
.ui-state-active {
	background: #727070;
}
.ui-state-focus {
	background: #727070 !important;
}
div#display {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 140;
	line-height: 100%;
}
div.other {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 140;
	line-height: 100%;
}
div#canvas {
	margin: 0 auto;
	width: 450px;
	height: 450px;
	overflow: hidden;
}
div.other div#canvas {
	margin: 5em auto 0;
	width: auto;
	height: auto;
	overflow: visible;
}
ul#other div.info {
	display: none;
}
div.txt {
	padding-top: 8em;
	width: 600px;
	line-height: 1.462em;
	font-size: 1.083em;
}
div#loading {
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 300;
}