html, body{
	padding:0;
	margin:0px;
	font-family: 'PT Sans', sans-serif;
	background:#F90;
}
header{
	width:100%;
	height:15%;
	background:#300;
	position:fixed;
	z-index:3;
	top:0;
}
	header img{
		height:50%;
		margin:25px 10px;	
	}
footer{
	width:100%;
	height:15%;
	min-height:100px;
	background:#300;
	position:fixed;
	z-index:3;
	bottom:0;
}
.hora{
	width:auto;
	bottom:5px;
	left:5px;
	position:fixed;
}
.tempo{
	width:auto;
	bottom:5px;
	left:110px;
	position:fixed;
}
.left{
	width:80%;
	height:100%;
	float:left;
	position:relative;
	z-index:1;
}
	.youtube{
		width:100%; 
		height:100%; 
	}
.right{
	width:20%;
	height:70%;	
	position:fixed;
	z-index:2;
	top:15%;
	right:0;		
}
	.right table{
		width:100%;
		height:100%;
		border:none;
	}
	.right p{
		text-align:center;
		color:#FFF;
		margin:0px;
		font-size:24px
	}	
	.right h1{
		text-align:center;
		color:#600;
		margin:0px;
		font-size:60px;		
	}	
	.right h2{
		text-align:center;
		color:#600;
		margin:0px;
	}	
	.senha,
	.local,
	.ultimas{
		width:100%;
		height:auto;
		padding:30px 0;
		border-bottom:1px solid #FFF;
	}
	.local{
		border:none;
	}
	#audio{
		display:none;
	}
	
	
	
	
	
	

	
	
	