@charset "iso-8859-1";
/* CSS Document */

html, body {
	height:100%;
	overflow:auto;
}
img {
	border:0;
}
body {
	background-color: #EDEDED;
	background-attachment: scroll;
	background-image: url(../imgs/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

