@charset "UTF-8";
.top_banner {
	background-image: url(../images/border1.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 40px;
	width: 100%;
	left: 0px;
	top: 0px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 45px;
	height: 500px;
	overflow: scroll;
	font-size: small;
}
.bottom_banner {
	background-image: url(../images/border2.jpg);
	background-repeat: repeat-x;
	position: absolute;
	height: 40px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
.links {
	position: absolute;
	height: auto;
	width: 100
%;
	left: 0px;
	bottom: 40px;
	overflow: hidden;
	width: 100%;
}
