div#col0{
	position: absolute;
	left: 0%;
}
div#col1{
	position: absolute;
	left: 25%;
}
div#col2{
	position: absolute;
	left: 50%;
}
div#col3{
	position: absolute;
	left: 75%;
}

div{
	overflow: auto;
	height: 95%;
	width: 25%;
}

h1{
	font-size: 13pt;
	background-color: #CCCC66;
	width: 100%;
	text-align: center;
	font-family: Verdana;
	font-weight: 900;
}
