@charset "utf-8";
body {
	margin: 0px;
	background-color: #3F3F3F;
}
.midbk {
	background-image: url(../graphics/midbk.jpg);
}

.footerbk {
	background-image: url(../graphics/footerbk.jpg);
}
.headerbk {
	background-image: url(../graphics/headerbk.jpg);
}
#employee {
	position: absolute;
	float:inherit;
	z-index:99;
	overflow: visible;
	visibility: visible;
	margin-top: 566px;
	width:100px;
	height:30px;
	margin-left: 452px;
}
#employee a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
#employee a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;
}