#mainframe {
	float: left;
	height: 768px;
	width: 950px;
	position: absolute;
	left: 1%;
	top: 1%;
}
#top {
	float: left;
	height: 100px;
	width: 800px;
	position: absolute;
	left: 50px;
	background-image: url(layout_images/top.png);
}
#left {
	float: left;
	height: 768px;
	width: 50px;
	position: absolute;
	background-image: url(layout_images/left.png);
}
#links {
	float: left;
	height: 20px;
	width: 800px;
	position: absolute;
	left: 50px;
	top: 100px;
}
#right {
	float: left;
	height: 768px;
	width: 100px;
	position: absolute;
	left: 850px;
	background-image: url(layout_images/right.png);
}
#bottom {
	float: left;
	height: 48px;
	width: 800px;
	position: absolute;
	left: 50px;
	top: 720px;
	background-image: url(layout_images/bottom.png);
}
#centre {
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
	color: #000000;
	float: left;
	height: 600px;
	width: 800px;
	position: absolute;
	left: 50px;
	top: 120px;
}

