#fundo {
	background-attachment: fixed;
	background-image: url(../bmp/fundo.jpg);
	background-position: center top;
	height: 100%;
	background-repeat: no-repeat;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
