@charset "utf-8";
/* CSS Document */

html, body{
  	font-family: 'Karla', sans-serif;
    font-size: 100%;
	background:#a81116;
	margin:0;
}
.header{
	background:url(../imagens/OLSENSITE-01.jpg) no-repeat 0px 0px;
	min-width:800px;
	min-height:600px;
	background-size:cover;
}


