body {
	background-image: url(images/backgrounds2/image-3.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
}
div {
	background-color: transparent;
	font-size: 10px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}

hr {
	height: 5px;
	background-color: #f00;
	color: #f00;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#indexsurround {
	margin: 160px 0px 0px 0px;
	background-color: white;
	width: 100%;
	height: 230px;
}

#logosurround {
	margin: 40px auto auto auto;
	width: 990px;
}

#logo {
	margin: 0px auto 20px auto;
	float: left;
}

#newsholder {
	float: left;
	margin: 7px 0px 0px 0px;
	width: 572px;
	height: 140px;
}

#scroller {
	overflow: hidden;
	white-space: nowrap;
	width: 572px; /* change */
	height: 140px; 
}

#enter {
	clear: both;
	text-align: center;
}

.imageover {
	float: left;
	position: relative;
	margin: 5px;
	width: 180px;
	height: 136px;
}


