﻿body {
    background-image: url('fundo.jpg');
    background-repeat: repeat-x;
}
#center
{
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
}
.Imag
{
	top: 244px;
	position: relative;
	z-index: 1;
}
