
html, body {
	margin: 0;
	padding: 0;
	minwidth: 1000px;
	minheight: 656px;
}

#box {
	position: absolute;
	left: 50%;
	top: 20px;
	margin: 0 0 0 -500px;
	background: black;
}

#container {
	width: 800px;
	margin: 0;
}


#textbox1 {
	position: absolute;
	left: 340px;
	top: 50px;
}

#textbox2 {
	position: absolute;
	left: 650px;
	top: 50px;
}

.scroll-bio {
	height: 480px;
	width: 260px;
	overflow: auto;
	background-color: transparent;
	padding: 0 10px 10px 10px;
	font-size: 90%;
}

.scroll-news {
	height: 480px;
	width: 500px;
	overflow: auto;
	background-color: transparent;
	padding: 0 15px 10px 10px;
}

.scroll-news-2 {
	height: 480px;
	width: 360px;
	overflow: auto;
	background-color: transparent;
	padding: 0 15px 10px 10px;
}
