@charset "utf-8";
/* CSS Document */

#geral {
	width: 1024px;
	height: 720px;
	position: relative;
	background:url(Imagens/background.jpg);
	margin: auto;
}

#titulo {
	width: 1024px;
	height: 212px;
	position:absolute;
	top: 60px;
	left: 0px;
	background:url(Imagens/futuro.png);
}

#menu {
	width: 320px;
	height: 70px;
	position:absolute;
	top: 20px;
	left:600px;	
}

#conteudo {
	width:570px;
	height:400px;
	position:absolute;
	top:300px;
	left:55px;	
}

#videos {
	width:350px;
	heigt:400px;
	position:absolute;
	top:300px;
	left:650px;
}

a {
	font-size: 14px;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color:#0FF;
}
a:active {
	text-decoration: none;
}

.texto {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;	
}