body {
	background-image:url(../images/footer-words.jpg);
	background-repeat:no-repeat;
}

* {
	margin: 0;
	padding: 0;
}
#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	font-style: italic;
	width: 940px;
	height:100px;
	padding-top:20px;
	color: #FFF;
	text-align:center;

}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
