body {
			color:black;
			font-size:12px;
			}
td {
			font-size:12px;
			}
a.menu	{
			padding-left:10px;
			text-decoration:none;
			font-size:12px;
			color:#0000FF;
			}
a.menu:hover	{
			padding-left:10px;
			text-decoration:none;
			font-size:12px;
			color:yellow;
			}
div.top {
			position:absolute;
			top:0px;
			height:100px;
			width:750px;
			background-image:url('./top.jpg');
			background-position:center center;
			}
div.left {
			position:absolute;
			top:100px;
			left:0px;
			width:151px;
			height:500px;
			background-image:url('./menu_bg.jpg');
			background-position:center center;
			}
div.centerpart {
			position:absolute;
			top:100px;
			width:600px;
			left:150px;
			height:475px;
			overflow:auto;
			background-image:url('./center.jpg');
			background-position:center center;
			}
div.Main	{
			position:absolute;
			top:50%;
			left:50%;
			width:750px;
			height:600px;
			background-color:white;
			margin-left:-375px;
			margin-top:-300px;
			
			}
div.menu		{
			position:relative;
			top:10px;
			left:5px;
			width:140px;
			}
div.bottom		{
			position:absolute;
			bottom:0px;
			height:25px;
			left:0px;
			background-image:url('./bottom.jpg');
			background-position:center center;
			width:750px;
			z-index:3
			}
