html, body {
	margin: 0px; 
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

.ticker, .ticker_container, .ticker_spacer {
	clear: both;
	width: 100%;
}

.rel {
	position: relative;
	width: 100%;
	height: 100%;
}

.ticker_start_img {
	height: 120px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}

.ticker_end_img {
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 0px;
	height: 120px;
}

.clear_small {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

.border_top, .border_bottom {
	clear: both;
	width: 100%;
	background-image: url("../img/film.png");
	background-repeat: repeat-x;
}