body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #fff;
	}
a:visited {
	text-decoration: none;
	color: #fff;
	}
a:hover {
	text-decoration: none;
	color:#99CC33;
	}
a:active {
	text-decoration: none;
	color:#fff;
}
	
	

#language {
	width: 200px;
	position: absolute;
	margin-top: -28px;
	margin-left: 590px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	color: #666666;
	text-align: right;
}

#language a:link {
	text-decoration: none;
	color: #666666;
	}
#language a:visited {
	text-decoration: none;
	color: #666666;
	}
#language a:hover {
	text-decoration: none;
	color: #333333;
	}
#language a:active {
	text-decoration: none;
	color: #666666;
	}
	
#CONTENT_intro {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	height: 800px;
	background-color: #FFFFFF;
}
#logo_intro {
	position: relative;
	width: 321px;
}

#descript_intro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	position: relative;
	width: 85px;
	text-align: right;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	left: 444px;
	top: 563px;
}

#logo {
	position: relative;
	width: 300px;
}

#descript {
    font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	position: relative;
	width: 160px;
	top: 30%;
	left: 270px;
}

#menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: right;
	width: 790px;
	text-transform: uppercase;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background-color:#FFFFFF;
	color: #99CC33;
	text-decoration: none;
}

#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#corpo {
	width: 410px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: 375px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	}
	
#corpo a:link{
	text-decoration: none;
	color: #000000;
}
#corpo a:visited{
	text-decoration: none;
	color: #000000;
}
#corpo a:hover{
	background-color:#99CC33;
	color: #FFFFFF;
	text-decoration: none;
}
#corpo a:active{
	color: #000000;
	text-decoration: none;
}


#titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0067B0;
	}
	

#subtit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #0067B0;
	}
	
#subtit a:link {
	text-decoration: none;
	color: #0067B0;
	}
#subtit a:visited {
	text-decoration: none;
	color: #0067B0;
	}
#subtit a:hover {
	text-decoration: none;
	background-color:#99CC33;
	color: #0067B0;
	}
#subtit a:active {
	text-decoration: none;
	color: #0067B0;
	}
		
#bg-bottom {
	width: 800px;
	height: 100px;
	margin-top: -100px;
	background-image: url(img/bg-bottom.jpg);
}

.texto {
    font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	background-color:#99CC33;
	color:#FFFFFF;
	border:1px;
	border-color:#669933;
	border-collapse:separate;
}
.textoarea {
    font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	background-color:#99CC33;
	color:#FFFFFF;
	border:1px;
	border-color:#00FF00;
	border-collapse:collapse;
}
.enviar {
    font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	background-color:#99CC33;
	color:#FFFFFF;
	border:1px;
	border-collapse:collapse;
}

#footer{
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}