body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

div#body {
	margin: 0 auto;
	width: 1000px;
	height: 750px;
	background: #555555;
}

div#header {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 60px;
	background: url('../img/test_banner.png') #aaeeee;
}

div#header h2 {
	position: absolute;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 450px;
	height: 30px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14pt;
	color: #000000;
	text-shadow: 2px 2px 2px #ffffff;
	text-align: center;
}

div#header div#menu {
	position: absolute;
	margin: 35px 0 0 5px;
	padding: 0;
	width: 450px;
	height: 30px;
	text-align: center;
	font-size: 12pt;
}

div#header div#links {
	position: absolute;
	margin: 10px 0 0 475px;
	padding: 0;
	width: 525px;
	height: 40px;
}

div#header div#links img {
	height: 36px;
	background: #ffffff;
	border: 1px solid #999999;
}

form {
	margin: 0;
	padding: 0;
}

table#options {
	position: absolute;
	margin: 70px 0 0 20px;
	padding: 0;
	width: 960px;
	height: 25px;
	font-size: 10pt;
	background: #ffffff;
}

table#options th {
	color: #ffff00;
	background: #000000;
	width: 70px;
}

table#options td {
	font-size: 9pt;
}
table#options td#col1 { width:190px; }
table#options td#col2 { width:200px; }
table#options td#col3 { width:auto; }
table#options td#col4 { width:90px; }

iframe {
	position: absolute;
	margin: 100px 0 0 20px;
	padding: 0;
	width: 960px;
	height: 640px;
}

iframe#info {
	margin-top: 70px;
	height: 670px;
}
