#banner {
 position: absolute;
 top: 0px; left: 0px; right: 0px;
 background-repeat: no-repeat;
 background-position: 350px; width:1003px;
}

#menu {
	position: absolute;
	top: 72px;
	left: -2px;
	bottom: 0em;
	right: 0%;
	overflow: auto;
	width: 103px;
	background-color:  black;
}

#news {
	position: absolute;
	top: 107px;
	left: 102px;
	bottom: 0em;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0em;
	background-color: #2e2d2e;
	width: 896px;
	height: 470px;
}

#heading {
 position: absolute;
 left: 103px; top:70px; height: 35px;
 text-align: center;
 background-color:  black;width: 900px
} 

