#contentblock {
	position: relative;
	margin: 0 auto;
	top: 10px;
	width: 240px;
	height: 270px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: black;
}

#content-wrapper {
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 230px;
	height: 270px;
	overflow: hidden;
}
#newsblock {
	position: relative;
	margin: 0 auto;
	top: 10px;
	width: 730px;
	height: 270px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: black;
}
#news-wrapper {
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 270px;
	overflow: hidden;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#scroll-wrapper {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 10px;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	height: 270px;
	background-color: #cccccc;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
}
/* IE hack \*/
* html #scroll-wrapper {
	top: 150px;
	right: -1px;
	margin: 0;
	padding: 0;
}
/* end IE hack */

#scroll {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 30px;
	background: #999999;
	overflow: hidden;
	cursor: pointer;
}

#footer {
	position: absolute;
	top: 450px;
}
