body { color: white }
a:link { color: yellow }
a:active { color: white }
a:hover { color: blue }

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

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

table.menu
{
	text-align: center;
}

div.left
{
	position: fixed;
	width: 25%;
	left: 0;
	top: 0%;
	height: 10%;
	overflow: hidden;
}
		
div.right
{
	position: fixed;
	width: 25%;
	height: 10%;
	right: 0;
	top: 0;
	overflow: hidden;
}

div.main
{
	position: fixed;
	width: 50%;
	height: 90%;
	left: 25%;
	top: 10%;
	overflow: auto;
}

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


	