html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	text-align: center;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background: url(../assets/images/bkgrnd.jpg) repeat;
}

#wrapper {
	background: #676767;
	margin: 10px auto;
	width: 800px;
	text-align:left;
	height: 600px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 20px solid #000000;
	border-left: 1px solid #000000;
}
#banner {
	height: 107px;
	background: url(../assets/images/bannerVideo.jpg) no-repeat;
}

#vertBars {
	position:relative;
	bottom: 10px;
	width: 710px;
	background: url(../assets/images/bar-vert.gif) repeat;
}

#video {
	height: 240px;
	width: 320px;
	border: 30px double #000000;
	position: relative;
	top: 70px;
	left: 150px;
}

#broadband {
	height: 35px;
	width: 230px;
	position: relative;
	top: 80px;
	left: 220px;
	background: #9A3434;
	border: 1px solid #000000;
	text-align: center;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}

