body {
	background: #fafbf5;
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;

}
#containerGeral{
	background: url(../imagens/degrade_back.gif) repeat-X left top;
	height: 600px;
	margin: auto;
	margin-top: -300px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
