@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#principal {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 3px ridge #FFFFFF;
	background-image: url(../imagens/field2.jpg);
	height: 760px;
}
#principal #topo {
	width: 900px;
}
#principal #menu {
	width: 900px;
}
#principal #meeting {
	width: 900px;
	position: relative;
	top: 5px;
}
#principal #founded {
	width: 900px;
	position: relative;
	top: 12px;
	border: 2px ridge #CCCCCC;
	right: 2px;
}
#principal #texto {
	width: 900px;
	position: relative;
	top: 15px;
}
#principal #texto1 {
	background-color: #0066FF;
	width: 898px;
	position: relative;
	top: 20px;
	border: 2px ridge #CCCCCC;
}
#principal #imagens {
	width: 900px;
	position: relative;
	top: 23px;
}
#principal #funfly {
	background-color: #40CFFF;
	width: 900px;
	position: relative;
	top: 28px;
}
#principal #rodape {
	height: 89px;
	width: 900px;
	position: relative;
	top: 32px;
	background-image: url(../imagens/final.jpg);
}

