/* top CSS */
body{
	height:300px;
}
.movie{
	float:left;
	height:290px;
	width:560px;
}
.rsection{
	float:right;
	height:290px;
	width:320px;
}
.titlebar{
	padding-top:5px;
	padding-left:10px;
	height:25px;
	width:320px;
	background-image: url(../image/titlebar.gif);
	text-align:left;
	font:bold 16px Times, Century, serif;
	color:#ffffff;
}
.latest_news{
	clear:both;
	height:265px;
	width:320px;
	text-align:left;
	background-color:#ffffff;
	overflow-x:hidden;
	overflow-y:scroll;
}
.news {
	width:320px;
}

