@charset "utf-8";
/* CSS Document */

body 
{
	background-image: url("images/bg.jpg");
	background-color:#E7282F;
}
#CenteringArea
{
    width: 100%;
    text-align: center;
}
#Geral
{
	width: 100%;
	height: 675px;
	position: absolute;
	z-index: 2;
	top: 255px;
}
#Home
{   width: 100%;
	height: 675px;
	height:inherit;
}
#Interna
{
	width: 975px;
	position: relative;
}