body {
	background-color: black;
}
#wrapper {
	width: 100%;
	height: 100%;
/*	background-image: url("zoomsimpsons.jpg"); */
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #410;
	background-position: center;
	position: relative;
}
#theVideo {
		position: absolute;
/*		background-image: url("testpattern.jpg"); 
	  background-repeat: no-repeat; */
		background-position: center;
		background-size: 80% 82%;	
 		margin-left: 22%;
}
#dragHandle {
	width: 200px;
	height: 100px;
	background-color: #f00;
	position: absolute;
	/*left: 400px;*/
	z-index: 1;
}
.btn {
	width: 100px;
	height: 50px;
}

.jumpField {
	margin-left: 20px;
	width: 50px;
}

#buttons {
	height: 250px;
	width: 127px;
	margin-left: 20px;
	overflow-y: scroll;
	z-index: 2;
	}
li { list-style: none; }