body {
	font-family: georgia, garamond, times, serif;
	margin: 0;
	padding: 0;
	background: #1490d0 url(../img/backgrounds/back.jpg) repeat-x;	
	width: 800px;
	margin: auto;
}

.intro {
	width:800px;
	height:450px;
	margin-top:20px;
	margin-bottom:20px;
}
.logo {
	width:182px;
	height:95px;
	margin-top:100px;
	margin-bottom:0px;
}

a.language_br_1:link, a.language_br_1:visited {
	width: 27px;
	height: 28px;
	margin: 0 15px 0 0;	
	background: url(../img/buttons/bra_passive.png) no-repeat;	
	font: 11px  "arial narrow", arial, sans-serif;
	color: #87cceb;	
	text-decoration: none;	
	display: block;
	float: right;
}

a.language_br_1:hover, a.language_br_1:active {
	background: url(../img/buttons/bra_active.png) no-repeat;
	display: block;	
	color: #cfeaf7;
}

a.language_es_1:link, a.language_es_1:visited {
	width: 27px;
	height: 28px;
	margin: 0 15px 0 0;	
	background: url(../img/buttons/es_passive.png) no-repeat;	
	font: 11px  "arial narrow", arial, sans-serif;
	color: #87cceb;	
	text-decoration: none;			
	display: block;
	float: right;
}

a.language_es_1:hover, a.language_es_1:active {
	background: url(../img/buttons/es_active.png) no-repeat;
	display: block;	
	color: #cfeaf7;	
}

a.language_en_1:link, a.language_en_1:visited {
	width: 27px;
	height: 28px;
	margin: 0 15px 0 0;
	background: url(../img/buttons/en_passive.png) no-repeat;
	font: 11px  "arial narrow", arial, sans-serif;
	color: #87cceb;	
	text-decoration: none;			
	display: block;
	float: right;
}

a.language_en_1:hover, a.language_en_1:active {
	background: url(../img/buttons/en_active.png) no-repeat;
	display: block;	
	color: #cfeaf7;	
}

a.language_de_1:link, a.language_de_1:visited {
	width: 27px;
	height: 28px;
	background: url(../img/buttons/de_passive.png) no-repeat;
	font: 11px  "arial narrow", arial, sans-serif;
	color: #87cceb;	
	text-decoration: none;			
	display: block;
	float: right;
}

a.language_de_1:hover, a.language_de_1:active {
	background: url(../img/buttons/de_active.png) no-repeat;
	display: block;
	color: #cfeaf7;		
}

