.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
//  bottom: 0;
//  right: 0;
  width: 300px;
//  border: 3px solid #73AD21;
}

.topmenu {
	position: absolute;
	width: 500px;
	top:90px;
	background: white;
	color: black;
}	

.contentbox-left {
	position: absolute;
	float: left;
	BORDER-LEFT: #999 1px solid; 
	PADDING-LEFT: 10px;
}

.contentbox-right {
	position: relative;
	left: 200px;
	float: left;
	BORDER-LEFT: #999 1px solid; 
	PADDING-LEFT: 10px;
}