* {
	padding: 0 auto;
	margin:0 auto;
	font-size: 12px;
}

a img {
	border: 0 none; /* Get rid of all linked image borders */
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url("images/background.jpg");
	background-repeat: repeat-x;
	background-color: #fff2e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: url("images/background.jpg");*/
	width: 865px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#video_area {
	padding: 10px 0px 0px 0px; 
	width: 793px;
	background: url("images/main_bg.png");
}
#header {
	width: 900px;
	height: 298px;
	margin: 0px auto;
	position: relative;
	right: 11px;
	}

.text_box{
	width: 746px;
	background: url("images/text_bg.jpg");
	padding: 10px 20px;
	border: solid black;
	min-height: 40px;
	margin: 25px auto;
}
.video_box {
 	margin: 15px auto;
	padding: 20px;
	width: 790px;
	min-height: 235px;
	background: url("images/video_bg.png") no-repeat;
}
.video {
	width: 341px;
	height: 193px;
	margin: 0px auto;
}
.play_btn {
	position: relative;
}
.play_box {
	width: 330px;
	height: 220px;
	margin: 0 0 0 25px;
	float: left; 
}
.play_box2 {
	width: 330px;
	height: 220px;
	margin: 0 0 0 50px;
	float: left; 
}
.button {
	width: 723px;
	margin: 0px auto;
}
.button2 {
	width: 339px;
	height: 99px;
	position: relative;
	left: 192px;
	top: 25px;
	}
#thumbs {
	padding: 70px 0px 0px 0px;
	width: 650px;
	height: 380px;
}
#thumbs img {
	margin: 0px 25px 25px 0px;
	width: 292px;
	height: 166px;
}
#bottom_div {
	margin: 0px;
 	background: url("images/footer.png") no-repeat;
 	min-height: 603px;
	width: 825px;
}
br {
	clear: both;
}

