/* BODY { height: 8.5in } Required for percentage heights below */
#header {
	background: #0099FF;
	position: fixed;
	width: 160;
	height: 100;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 2;
}
#sidebar {
	background: #0099FF;
	position: fixed;
	width: 160px;
	height: auto;
	top: 90px;
	right: auto;
	bottom: 0;
	left: 0;
}
#main {
	position: absolute;
	width: 60%;
	height: auto;
	top: 110px;
	right: 200px;
	bottom: 50px;
	left: 200px;
	z-index: 1;
}
#footer {
	background: #0099FF;
	position: fixed;
	width: 100%;
	height: 50px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#zweef {
	position: fixed;
	width: 165px;
	height: 560px;
	top: 100px;
/*	bottom: 50px;*/
	right: 20px;
	z-index: 1;
font-family: "Verdana", "Arial", sans-serif; font-weight: bold; font-size: 16pt; text-align:center;
	border-style:     solid;
	border-width:     3px;
	border-color:     DarkOrange;
	background-color: Moccasin;
	color:            DarkGreen;
}

