body {
	margin: 0px;
	padding: 0px;
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #600000;
	color: #a0a090;
	overscroll-behavior: contain;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pfull{
	position: fixed;
	left: 0; top: 0;
	margin:0px;
	padding:0px;
	width: 100%; height: 100%;
}
#intrLogo{
	text-align: center;
	background-image: url(img/webapp/logo180.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 20em;
	height: 20em;
}
#intrText{
	font-weight: bold;
	font-size: 2.5em;
	color: yellow;
}
.fundo{
	background-image: url(img/webapp/fundo.png);
}