div.container{
	position: relative;
	width: 950px;
	height: 760px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	top: 10px;
	
}

div.head{
	position: absolute;
	width: 950px;
	z-index: 2;
	height: 235px;
}

div.menu{
	position: absolute;
	width: 200px;
	height: 345px;
	top: 265px;
	z-index: 2;
	
}

div.page{
	position: absolute;
	width: 730px;
	height: 430px;
	top: 265px;
	left: 220;
	z-index: 2;
	overflow: auto;
}

div.foot{
	position: absolute;
	top: 730px;
	z-index: 1;
	left: 475px;
}

li a:LINK{text-decoration: none; color: black; background-color: white;}
li a:VISITED{text-decoration: none; color: black;}
li a:HOVER{text-decoration: none; color: black; background-color: #BBBBBB;}
