 body	
	{
	background: rgb(0,108,183);
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	}
 :link
	{
	color: white;
	}
 :visited
	{
	color: rgb(60,60,60);
	}	

 #footer td
	{
	background: rgb(0,108,183);
	width: 70px;
	color: white;
	}

 #mainframe
	{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 850px;
	height: 510px;

	}

 #mainframe2
	{
	background: white;
	width: 850px;
	height: 510px;
	position:relative;	
	top: -255px;
	left: -400;
	}

 #menu
	{
	background: rgb(0,108,183);
	width: 850px;
	height: auto;
	position: absolute;
	top: 510px;
	left: 0;
	font-weight: bold;
	}

 .header
	{
	font-size: 18pt;
	font-weight: bolder;
	}
 td
	{
	text-align: center;
	width: 10;
	}

