#header{
	height: 160px;
	position: relative;
}

#pagecontent{
	position: relative;
}

#innercontent{
	background-color: #000;
	height: auto;
	width: 616px;
}

#footer{
	background-color: #000;
	position: relative;
	left: 0px;
}

#newscontent{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#newsticker{
	height: 19px;
	border-top: 1px solid #F4C514;
	border-bottom: 1px solid #F4C514;
	width: 530px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
	background-color: #F4C514;
	margin-bottom: 15px;
}

#tickerscroll{
	width: 10000000px;
	position: absolute;
}

.tickeritem{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#newspop{
	width: 205px;
	height: 138px;
	background-image: url(/images/newspop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	top: 267px;
	z-index: 5;
}

#closenews{
	position: relative;
	top: 2px;
	left: 76px;
	cursor: pointer;
}

#newspoptext{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	top: 4px;
	width: 188px;
	height: 30px;
	overflow: hidden;
	margin-left: 4px;
	margin-top: 4px;
}

#newspoplink img{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#newspopimage{
	float: left;
	position: relative;
	top: 4px;
	margin-left: 3px;
	margin-right: 3px;
}

#debug{
	color: #FFF;
}

#leftarrow{
	position: relative;
	top: -37px;
	left: 11px;
}

#rightarrow{
	position: relative;
	top: -37px;
	left: 537px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#tickerscroll{
		width: 100000000px;
		height: 15px;
		overflow: visible;
	}
	
	#newspopimage{
		top: 3px;
	}
	
	#closenews{
		left: 66px;
	}
	


}