body {
	font-family: Georgia, Arial, Sans-Serif;
	background: #D8D5CE url(../webimages/tvBG.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
	text-decoration: none;
}
img {
	border: 0;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 756px;
	height: 768px;
	overflow: hidden;
}

#channel {
	margin: 120px auto 0;
	width: 560px;
	height: 420px;
	overflow: hidden;
}

#film {
	height: 2940px;
	overflow: hidden;
	z-index: 1;
}
	#film div {
		height: 420px;
		overflow: hidden;
	}

#television {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 756px;
	height: 768px;
	background: url(../webimages/cuthtv.png) no-repeat left top;
}
* html #television {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/cuthtv.png', sizingMethod='crop');
}

#links {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #000;
	color: #fff;
	opacity: .80;
	filter: alpha(opacity=80);
	text-align: center;
	z-index: 500;
	font-weight: bold;
	font-size: 20px;
}
	#links a {
		color: #fff;
	}