body {
	background-image: url(img/fundo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9ED33B;
}
#menu {
	position: absolute;
	width: 180px;
	top: 50%;
	left: 50%;
	margin: 120px 0 0 -450px;
	z-index: 2;
}
#menu li {
	list-style-type: none;
}
* {
	margin: 0px;
	padding: 0px;
}
#bola {
	position: absolute;
	height: 620px;
	width: 620px;
	top: 50%;
	left: 50%;
	margin: -310px 0 0 -310px;
	z-index: 0;
}
#logo {
	position: absolute;
	height: 250px;
	width: 250px;
	top: 50%;
	left: 50%;
	margin: -270px 0 0 -430px;
	z-index: 1;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
}
#texto {
	height: 200px;
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -200px;
	overflow: auto;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	color: #005A1C;
	padding: 0 10px 0 0;
	scrollbar-arrow-color:#005A1C;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#B9DD88;
	scrollbar-face-color:#B9DD88;
	scrollbar-shadow-color:#B9DD88;
	scrollbar-darkshadow-color:#005A1C;
	scrollbar-track-color:#79B835;
}
#texto h1 {
	font-size: 16px;
	margin: 10px 0 -3px 0;
}

#texto p {
	font-size: 12px;
	margin: 5px 0;
}
.campo {
	background-color: #D0E19D;
	border: none;
	width: 250px;
	-moz-border-radius: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
label {
	display: block;
	width: 70px;
	float: left;
}
#imagens {

	position: absolute;
	height: 230px;
	width: 230px;
	top: 50%;
	left: 50%;
	margin: 50px 0 0 210px;
	z-index: 1;
}
