body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#newsticker {
	position:absolute;
	left:5px;
	top:272px;
	width:750px;
	height:100px;
	z-index:11;
}
#newsticker #mtxt {
	text-align: center;

}
#newsticker #mtxt a {
	color: #FFF;
	/*background: #FFF;*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	padding: 3px 10px;
	text-decoration: none;
	margin: 0px;
}
#newsticker #mtxt a:hover {
	color: #FFF;
}

