/***** Mooquee *****/
.marquee
{
    line-height: 1.4em;
	font-size: 2em;
	height: 50px;
	width: 1000px;
	color: #005fA3;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #b5af97;
    background-image: url('/images/background_body.jpg');
    background-repeat: repeat-y;
}

.mooquee
{
	border: 0px solid;
	margin: 0;

	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	
}

.mooquee-text
{
	/* don't change */
	position: absolute;
}