html,body {
	margin:0;
	padding:0;
}
#body {
	background-position: top center;
	background-repeat: no-repeat;
	overflow:auto;
}
#page {
	width:803px;
	position:absolute;
	top:0px;
	left:50%;
    height:101%;
	margin-left:-401px;  

}

div#contentLeft {
	position:absolute;
	left:0;
	top:190px;
	width:150px;
}
div#contentLeft select {
	margin-bottom:10px;
	width:100%;
}
div#contentRight {
	position:absolute;
	left:180px;
	top:190px;
	width:623px;
}
div.news-list-container,
div#contentRight div.contentElement {
	background:#fff;
	padding:7px;
	margin:0 0 15px 0;
	overflow:hidden;
}
div.news-list-container {
	padding:20px;
}
div.clear {
	clear:both;
}
div.csc-textpic-single-image img {margin-bottom:0!important;}
