a:link { color: black }
a:active { color: black }
a:hover { color: green }

table.main
{
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: medium;
	
}


table.menuwrapper
{
	text-align: center;
	width: 100%;
	height: 100%;
}


div.main
{
	position: absolute;
	width: 50%;
	height: 60%;
	left: 25%;
	top: 20%;
	overflow: auto;
}

div.top
{
	position: absolute;
	width: 50%;
	height: 40%;
	left: 25%;
	top: 0%;
	overflow: auto;

div.back
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
