/*
	1em = 16px;
*/

html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body, input, select, textarea {
	font-family: 'Trebuchet MS', 'Trebuchet', 'Arial', 'Helvetica', 'Sans-serif';
	color: #000000;
}

select, textarea, input {
	font-size: 100%;
}

code, pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	background-color: #f0f0f0;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

#canvas {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-size: 93%;
}
html>body #canvas {
	height: auto;
}

.break {
	clear: both;
}

.hidden {
	display: none;
}

#block0 {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -451px;
	width: 903px;
}

