body {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #000;
	background-color: #777;
}
a, a:visited {
	color: #05C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border:none;
}

div.frame {
	position: relative;
	margin: 0 auto;
	border: #000 solid 1px;
	background-image: url("empgroov.png");
	background-repeat: no-repeat;
	background-color: #FFF;
}

div.levers {
	position: absolute;
	text-align: center;
	width: 100px;
	left: 100px;
	right: 100px;
	bottom: 60px;
}

div.header {
	width: 140px;
	margin: 100px auto;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}

div.disclaimer {
	position: fixed;
	right: 2px;
	bottom: 2px;
	font-size: 6pt;
	color: #AAA;
	width: 300px;
	text-align: right;
}
