html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #14365a url( "/video/images/video-new-16x9.gif" ) no-repeat 0px 0px;
}
* {
	font: 12px normal Arial, sans-serif;
}
#top {
	width: 246px;
	position: absolute;
	left: 88px;
	top: 0px;
	height: 70px;
	margin-top:1px;
}
/* For FireFox******* */	
html>/**/body #top {
		margin-top: 0px;
		}
#player {
	width: 440px;
	position: absolute;
	top: 83px;
	left: 150px;
	padding: 1px;
	border: 1px solid #fff;
}
/* For FireFox******* */	
html>/**/body #player {
	width: 440px;
	height:285px;
}
#wmv {
	width: 70px;
	height: 33px;
	position: absolute;
	left: 560px;
	top: 10px;
}
.headlines {
	width: 284px;
	height: 256px;
	position: absolute;
	left: 450px;
	top: 113px;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;

}
.headlines li a:link, .headlines li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-right: 5px;
}
.headlines li a:hover {
	background: #fff;
	color: #c00;
}
.headlines li {
	margin-bottom: 7px;
	padding: 1px;
}
