body#videobox {
	text-align: center;
	margin: 0;
	}

#videoWrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	}
	
#backWrapper {
	width: 100%;
	background-color: #000;
	float: left;
	border-bottom: 1px solid #333;
	}
	
#backWrapper a {
	display: block;
	width: 136px;
	height: 26px;
	background: url(/img/decals/back_off.gif) 0 0 no-repeat;
	text-indent: -9999px;
	border-right: 1px solid #333;
	outline: none;
	}
	
#backWrapper a:hover {
	background: url(/img/decals/back_on.gif) 0 0 no-repeat;
	}
