* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color: #707070;
	margin-bottom: 75px;
	text-align: center;
	height: 100%;
}

.round {
	/*z-index: 2;
	zoom: 1;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(ie-css3.htc);*/
}
	

h2 { 
	font-size: 20px;
	margin: 20px;
	color: #fff;
	text-shadow: 1px 1px #333;
}

iframe { 
	border: 1px solid #444;
	width: 96%;
	height: 1000px;	
	margin: 10px;
}
		
#wrapper {
	position: relative;
	width: 100%;
	height: auto:
	border: 1px solid red;
	text-align: center;
}

div#button-wrapper { 
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #707070;
	width: 100%;
	height: 100px;
	text-align: center;
	z-index: 5;
}

h5 {
	position: relative;
	margin: 30px auto;
	font-weight: normal;
	z-index: 99;
	width: 500px;
}

	h5 a {
		color: #fff;
		text-decoration: underline;
	}
	
		h5 a:hover {
			text-decoration: none;
		}

h4.button {	
	/**/
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 10;
	/*margin: 20px auto 0;*/
}	
 	
 	h4.button a {
 		position: relative;
 		display: inline-block;
		background: #e6ebec;
		border: 1px solid #d0dadc;
		padding: 8px 15px;
		color: #213439;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		width: 125px;
		height: 20px;
		z-index: 10;
		zoom: 1;
		z-index: 1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		/*behavior: url(ie-css3.htc);*/
	} 
		
		h4.button a:hover {
			/*background: #213439;*/
			background: #cea500;
			border: 1px solid #cea500;
			color: #fff;
		} 


h4.button-prev {	
	/**/
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 10;
	/*margin: 20px auto 0;*/
}	
 	
 	h4.button-prev a {
 		position: relative;
 		display: inline-block;
		background: #e6ebec;
		border: 1px solid #d0dadc;
		padding: 8px 15px;
		color: #213439;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		width: 125px;
		height: 20px;
		z-index: 10;
		zoom: 1;
		z-index: 1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		/*behavior: url(ie-css3.htc);*/
	} 
		
		h4.button-prev a:hover {
			/*background: #213439;*/
			background: #cea500;
			border: 1px solid #cea500;
			color: #fff;
		} 


			 
			 	
			 	