@import url("common.css");

body {
	background: black url("../images/homeBg.jpg") no-repeat top left;
	width:100%;
	height:100%;
	overflow:hidden;		
}

#news {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

#newsbox {
	padding: 20px;
}

.newsheadline {
	padding: 0px 0px 10px 0px;
}

#news h2 {
	position: absolute;
	left: 38px;
	top: 118px;
	display: block;
	width: 52px;
	height: 18px;
	background: transparent  url("../images/hotnewsTitle.gif") no-repeat top left;
	text-indent: -1000em;
	padding: 0px;
	margin: 5px 0px 8px 0px;
	border: 0px;
}

#morenews {
	text-align: right;
	padding: 4px 10px 2px 0px;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}

#morenews a {
	position: absolute;
	left: 202px;
	top: 405px;
	text-decoration: none;
}

#linksbg {
	width: 226px;
	height: 262px;
	background: transparent url("../images/scrollArea.gif") repeat top left;
}
