@charset "UTF-8";
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(imagens-layout/fundo-carta-militar.jpg);
	background-repeat: repeat;
	background-position: top;
	background-color: #FFFFFF;
}
