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

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#middlebar {
	position: relative;
    top: 120px;
    height: 500px;
    background: none;
    padding: 0;
    margin: 0;
}

#videocontainer {
	background: none;
	top: 50%;
	margin-top: -205px;
	position: absolute;
	width: 1024px;
	height: 411px;
	left: 50%;
	margin-left: -480px;
}

#dd {
	position: absolute;
	top: 50%;
	margin-top: -290px;
	left: 50%;
	margin-left: -480px;
	width: 1024px;
	height: 64px;
	background: url(../images/dannydunlap.png) no-repeat;
}