/**********************************************/
/*
	Stilurile globale
*/
/**********************************************/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#greentempo {
	width: 100%;
	margin-top: 100px;
	background-image: url(logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 92px;
}

#info {
	color: #363636;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}

#info img {
	border: 0px;
}

#info a {
	color: #363636;
}
