html, body { margin: 0; padding: 0; width: 100%; }
body {
background-color:#000000;
background-image:url('img/bkg.png');
background-repeat:repeat;
}

#mainwrapper {
text-align:center;
width:850px;
margin:auto


}
#contentwrapper{
margin:auto;
width:825px;
background-color:#BBBBBB;
	border-style:double;
	border-width:2px;
}

#video {
	padding:10px;
	margin: 5px 0 0 0;
}
#header{
	width:825px;
	background-color:#fff;
margin:auto;
	text-align:center;
}


#footer{
	background-color:#CCCCCC;
	text-align:center;
	width:824px;
	margin-top:5px;
	margin:auto;
	border-style:outset;
	border-width:1px;
}