﻿body{
	background-color:black;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background: transparent url('images/BR_bkgd.jpg') no-repeat 0 0;
	min-height:800px;
}

#movie {
	position: absolute;
	left:250px;
	top:300px;
	width: 450px;
	height: 330px;
}

#clear {
	clear: both;
}

#clipcont {
	margin: 75px auto;
	width: 300px;
	height: 150px;
}






