#hp1 {
	background-repeat: repeat-x;
	height:400px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 5;
	background-color: #000;
	text-align: center;
	visibility: visible;
	left: 0px;
}
#hp2 {
	background-repeat: repeat-x;
	height:50px;
	width: 100%;
	position: absolute;
	top: 400px;
	z-index: 5;
	background-color: #EC4413;
	text-align: center;
	visibility: visible;
	left: 0px;
}
#hp3 {
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top: 450px;
	z-index: 5;
	background-color: #DA1201;
	text-align: center;
	visibility: visible;
	left: 0px;
	background-attachment: scroll;
	background-position: center top;
	height: 120px;
}


body,td,th {
	color: #FFF;
}
body {
	background-color: #DA1201;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.agenda_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EC7C5B;
}
.agenda_conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FAD0C5;
}
