 html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #wrapper {
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
      width: 100%;
   }

.table
{
	background-image: url(images/bgd4.jpg);
	background-repeat: no-repeat;
	
}
.menu
{
	font-weight: bold;
	font-size: 18pt;
	color: #d3d3d3;
	font-family: Arial, Monospace;
	text-decoration: none;
	height: 30px;
	width: 300px;
	text-align: center;
}
A.menu
{
	font-weight: bold;
	font-size: 18pt;
	color: #d3d3d3;
	font-family: Arial, Monospace;
	text-decoration: none;
	text-align: center;	
}
A.menu:hover
{
	font-weight: bold;
	font-size: 20pt;
	color: #d3d3d3;
	font-family: Arial, Monospace;
	text-decoration: underline;
	text-align: center;
}
A.mgr
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Monospace;
	text-decoration: none;
	text-align: center;
}
A.mgr:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Monospace;
	text-decoration: underline;
	text-align: center;
}

