 body {
	position: absolute;
	display:block
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 100%;
	height: 98%;
	background-color: #eeeeee;
	background-image: url('b1.png');
 	font: 11pt georgia;
	text-align: center;
	vertical-align: middle;
 }
 
 embed {
	position: absolute;
	display: block;
	left: 0;
	width: 610px;
	height: 112px;
 }

 iframe {
	position: absolute;
	display: block;
	width: 610px;
	height: 438px;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
 }

 div#top {
	position: absolute;
	display: block;
	width: 610px;
 	height: 112px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #0071bd;
 }

 div#main {
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	padding: 0;
	top: 0;
	bottom: 0;
	border: 1px solid black;
	width: 610px;
	height: 571px;
	background-color: #0071bd;
 }


 div#content {
	position: absolute;
	display: block;
	top: 112px;
	left: 0;
	right: 0;
	width: 610px;
	height: 438px;
	margin-top: 0px;
	padding-left: 0px;
	border-top: 1px solid black;
	border-left: 0;
	border-right: 0;	
	background-color: #ffffff;
 }
 
 p#footer {
	position: absolute;
	display: block;
	top: 551px;
	left: 0;
	right: 0;
	height: 20px;
	margin-top: 0px;
	padding-left: 0px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	width: 608px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
 }
