<style type="text/css">

body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#header {
  margin: 10px;
  padding: 5px;
  height: 50px;
	border-style: solid;
	border-color:#CCCCCC;
	border-width:2;
	background-color:#99CCFF;
}
#left {
  position: absolute;
  left: 10px;
  top: 85px;
  width: 300px;
	border-style: solid;
	border-color:#CCCCCC;
	border-width:2;
}
#center {
  position: absolute;
  top: 85px;
  margin-left: 330px;
  margin-right: 10px;
	padding: 5px;
	border-style: solid;
	border-color:#CCCCCC;
	border-width:2;
	background-color:#FFFFCC;
}
#bottom {
  position: absolute;
  margin-top: 450px;
	margin-left: 10px;
	margin-right: 10px;
	border-style: solid;
	border-color:#CCCCCC;
	border-width:2;
	background-color:#99CCFF;
	width:100%;
}
#biotable {
width:100%;
}
.row1 {
width:25%;
}
.row2 {
width:50%;
}
.row3 {
width:50%;
font-size:30pt;
}
</style>