html {
	font-family: Arial, Helvetica, sans-serif;
	background: #e9e5c2;
	margin:0;
	}

body{
	margin:0;
	}
	
h1 {
	margin-top: 80px;
	color: #FFF;
	font-size: 60px;
	}

h1 span{
	font-size: 90px;}
	
h2 {
	font-size:24px;
	color: #993f1a;
	}

h2 span {
	color: #318b34;}
	
#grama {background:url(grama.png) center bottom repeat-x;
width: 100%;
height:156px;
position:absolute;
bottom: 0;
left: 0;
z-index: 100;}

#corpo, #corpo-int{
	background:url(fundo-corpo.png) no-repeat top center; width: 999px; height: 570px;
	margin:auto;
	position:relative;
	z-index:0;
	}

#corpo h1 {
	font-size: 48px;
	line-height: 57px;
	}

#empreendedores{ position:absolute; top: 0px; right: 20px; font-size:12px;}

	#topo{
		position: absolute;
		top: 190px;
		right: 20px;
		z-index: 99;
	}
	
	#topo ul{
		}
	
	#topo li{
		font-size: 16px;
		font-weight:bold;
		list-style:none;
		float:left;
		}
		
		#topo li a{display:block; color:#993f1a; text-decoration:none; padding: 5px 20px;}
		
				#topo li a:hover{
					background-color: #993f1a;
					color: #fff;}

.chamada {
	position: absolute;
	right: 80px;
	top: 115px;
	z-index: 9;
	}
	
#banner {
	position:absolute;
	top: 270px;
	right: 20px;
	}

#contato {
		position: absolute;
		top: 230px;
		right: 20px;
		width: 456px;
		height: 204px;
		float:left;
		color:#FFF;
	}
	#contato p {
		font-size:16px;}
		
#contato label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
	}

#contato br {
	clear: left;
	}
	
	input {
		color:#FFF;
		height: 16px;
		background-color: #00984b;
		border:none;
		margin-bottom: 7px;
		float: left;
		width: 250px;
		}
		
		textarea{
			color:#FFF;
			height: 40px;
			width: 250px;
			background-color: #00984b;
			border:none;
			float: left;
			}

#txt {
	background-color: #005f37;
	width: 225px;
	height: 238px;
	padding: 10px;
	float:left;
	margin-top: 139px;
	}
	
	#txt p{
		color:#FFF;
		font-size: 14px;}
		
#flores-contato {
	width: 271px;
	height: 254px;
	padding: 0px;
	float:left;
	margin-top: 159px;
	}

#rodape, #rodape-int  {
	position: absolute;
	bottom: 80px;
	right: 20px;
	}
	
	#rodape p, #rodape-int p{
		font-size: 16px;
		color:#000;
		text-align:right;
		}