* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: center;
background: transparent;
list-style: none;
line-height: 1;
}
 
blockquote, q {
quotes: none;
}
 
:focus {
outline: 0;
}
 
ins {
text-decoration: none;
}
 
del {
text-decoration: line-through;
}
 
body{
   font-size: 10px;
   font-family: Calibri, "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   background: url(images/dourado.jpg) repeat-x 0px 0px;
}

body.sf{
   font-size: 10px;
   font-family: Calibri, "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   background-color: transparent;
   background: none;
   text-align: center;
}

img{
	margin: 0 auto;
	border: 0px solid red;
	text-align: center;
}