body {
	font: 12px Arial;
	text-align: center;
}
#logo {
	position: relative;
	margin-top: 50px;
	width: 400px;
	height: 250px;
	background: url('logo_agrofam2.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
}
#text {
	margin: auto;
	width: 400px;
	border-top: 1px solid #feb20f;
	padding: 20px;
}
