div#banner {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -304px;
}

div#resultsbanner {
	position: absolute;
	top: 2%;
	left: 50%;
	margin-left: -304px;
}

div#controlbuttons {
	z-index: 120;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

div#controlbuttons {
	border: 0px;
}

div#errmsg h3{
	position: absolute;
	top: 25%;
	left: 5%;
}

div#resultstable {
	position: relative;
	width: 99%;
	left: 1%;
	top: 20px;
}

div#resultsbanner h1 {
	text-align: center;
}

div#resultstable table {
	text-align: center;
}

div#buttons {
	width: 608px;
	position: relative;
	top: 5%;
	left: 50%;
	margin-left: -304px;
	text-align: center;
}

img {
	border: 0px;
}

div#loginform {
	position: relative;
	width: 600px;
	left: 50%;
	margin-left: -180px;
	font-family: sans-serif;
	font-weight: bold;
}

div#menu {
	position: absolute;
	top: 92%;
	right: 10%;
}

