body {
	margin: 0;
}

#PageWrapper {
	text-align: center;	/* IE-Win hack */
	background: transparent url(PageBG.png) repeat scroll left top;
	width: 100%;
	font-family:verdana;
	font-size:10px;
}

#ContentWrapper {
	background: white;
	text-align: center;
	margin:0 auto;
	padding: 0 10px 0 10px;
  	width:800px;	
}

#Header { text-align:center; width: 800px; }

#SubContentWrapper { width:620px; float:right; margin-left:0px; text-align: left; margin-top: 20px; }

#LeftColumn { float:left; text-align: left; width:270px; padding-top: 20px; }
#RightColumn { width:295px; margin-left: 7px; float:right; padding-top:20px; text-align: left; }
#CenterColumn { width:300px; padding-left: 135px; margin-right: 135px; text-align: left }

#Buttons { float:left; width:150px; height: 200px; text-align:left; padding-top:20px }
#Buttons p { line-height: 40px; }

/*#VideoPlayer { border: 1px solid black;width:320px;margin-left:30px;text-align:left; }*/
#VideoPlayer { margin-left: 30px; }

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix {display:inline-block;}
