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

#options {
	z-index: 10;
	line-height: 10px;
	padding: 0px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	right: 10px;
	position: absolute;
	margin: 0px;
	background-repeat: no-repeat;
	top: 0px;
	height: 20px;
	font-size: 10px;
}

#left {
	float: left;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	background-image: url(images/bl.png);
}

#middle {
	float: left;
	height: 20px;
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
}

#right {
	background-repeat: no-repeat;
	height: 20px;
	float: right;
	width: 20px;
	background-image: url(images/br.png);
}

#video {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: -10;
}


