@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.fonte1 {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #FFFFFF;
}