.head-line {
	position: fixed;
	background-repeat: no-repeat;
	z-index: 2;
	width: auto;
	height: 95px;
	left: 0px;
	right: 0px;
	top: 0px;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	background-image: url("../images/button3.png");
}
.left-column {
	position: fixed;
	z-index: 2;
	width: 148px;
	height: 350px;
	left: 0px;
	top: 88px;
	color: rgb(0,0,0);
	margin: 1px;
	background-color: rgb(64,80,127);
	background-image: url("../images/button0.png");
}
.right-column {
	position: fixed;
	z-index: 2;
	width: 148px;
	height: 350px;
	margin-right: 0px;
	top: 88px;
	color: rgb(0,0,0);
	background-image: url("../images/button0.png");
}
.middle-column {
	position: absolute;
	z-index: 1;
	padding: 25px;
	width: auto;
	left: 171px;
	right: 20px;
	top: 112px;
	color: rgb(0,0,0);
}

