.mainContainer {
}
.newsPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #644A3B;
	text-align: justify;
	height: 326px;
	width: 164px;
	overflow-y:scroll;
	
}
.mainDataPage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	text-align: justify;
	height: 463px;
	width: 571px;
	overflow: auto;
	
}
.centered {
}
.newsText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #644A3B;
	text-align: justify;
}

<!--
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
