body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.inner {
	position: relative;
	height: 821px;
	width: 810px;
	top: 16px;
	margin:0 auto;
}

.video {

	position: absolute;
	height: 250px;
	width: 280px;
	left: 10px;
	top: 110px;
	vertical-align:bottom;
}
.videobase {
	position: absolute;
	height: 88px;
	width: 280px;
	left: 10px;
	top: 350px;
	background-color: #fff9d6;
}

.content {
    position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff2af;
	top: 100px;
	height: auto;
	width: 440px;
	left:290px;
	padding:20px;
}
.header {
	position: absolute;
	height: 93px;
	width: 753px;
	left: 20px;
}

.next-btn{
	background: url(images/btn-next.gif) no-repeat;
	left: 705px;
	position: absolute;
	top: 447px;
	width:66px;
	height:47px;
	outline:none;
	border-style:none;
	}
	
.next-btn:hover{
	background:url(images/btn-next.gif) no-repeat 0 -47px;
	}

.previous-btn{
	background: url(images/btn-previous.gif) no-repeat;
	left: 0px;
	position: absolute;
	top: 447px;
	width:110px;
	height:47px;
	outline:none;
	border-style:none;
	}
	
.previous-btn:hover{
	background:url(images/btn-previous.gif) no-repeat 0 -47px;
	}
	
.footer {
	position: absolute;
	height: 15px;
	width: 755px;
	left: 11px;
	top: 496px;
	color:#385e85;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size:10px;
}
