@charset "UTF-8";
/* CSS Document */
#scrollbars { overflow: auto; } 
#container { 
	width: 900px; 
	margin-top: 100px; 
	margin-left: auto; 
	margin-right: auto; 
}
#logobox { 
	width: 900px; 
	height: 78px; 
	text-align: center; 
	margin-bottom: 30px; 
}
#bodybox { 
	width: 850px; 
	height: 500px; 
}
#floatleft { 
	float: left; 
	padding-right: 40px; 
	vertical-align: middle; 
}
#bodytext { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 14pt; 
	font-style: normal; 
	color: #324145; 
	text-align: left;
	height: 500px; 
	display: table-cell; 
	vertical-align: middle;
	text-decoration: none; 
	padding-right: 10px;
}
#bodytext a { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 14pt; 
	font-style: normal; 
	color: #324145; 
	text-decoration: underline;
	text-align: left; 
}
<!--place scrollbars id in html tag-->