body {
	background: linear-gradient(135deg, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 38%,rgba(114,170,0,1) 57%,rgba(158,203,45,1) 100%);
	}
	
div.tudo{
	position: relative;
	width: 1080px; 
	min-height: 1060px; 
	margin: 0 auto; 
	border-radius: 10px;
	background: #006E2E;
	}

div.link{
	position: absolute;
	margin: 0 auto;
	background: #FFFFFF;
	width: 216px;
	height: 35px;
	border-radius: 10px;
	}

div.link:hover{
	cursor: pointer;
	background: #BEBEBE;
	margin: 1px;
	border: 1px solid;
	}

div.link2{
	position: relative;
	margin: 0 auto;
	background: #FFFFFF;
	width: 216px;
	height: 20px;
	border-radius: 5px;
	}

div.link2:hover{
	cursor: pointer;
	background: #BEBEBE;
	}

div.texto{
	position: absolute;
	width: 1080px; 
	height: 151px; 
	margin: 0 auto; 
	}

p.titulo{
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
	}
	
p.subtitulo{
	width: 70%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	font-family: Arial;
	color: #FFFFFF;
	}
	
p.opcoes{
	margin: 2 auto;
	font-size: 25px;
	font-family: Arial;
	color: #006E2E;
	text-align: center;
	text-decoration: none;
	}

div.iframe{
	position: relative;
	width: 972px; 
	min-height: 800px; 
	margin: 0 auto; 
	}
	
iframe{
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	border: 0;
	}