@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body.inicial {
}

div.pai {
	position:absolute;
	width:100%;
	height:100%;
	background:url(img/fundao.jpg) center no-repeat #2A8603;
}

div.borda {
	width:945px;
	margin:auto;
	padding:10px 10px 0 10px;
	background:#FFF;
}

table.tb_hot {
	border-collapse:collapse;
	width:100%;
	height:100%;
}

table.tb_hot td.flash {
	text-align:center;
}
