body{
  background-image: url("graganta_roxa.png");
  background-repeat: repeat-y;
  background-attachment: fixed;
  margin:0;
  padding: 100px 92px ;
  z-index:-1000;
 }

A:link {text-decoration: underline overline; color:grey;}
A:visited {text-decoration: underline overline; color:grey;}
A:active {text-decoration: underline overline; color:orange;}
A:hover {text-decoration: underline overline; color: red;}


 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:273px;
  z-index:0;
 }
 
.fixo{
  position:absolute;
  top:0;
  left:780;
/*  width:200px;
  height:500px;
  background-color:yellow; */
  z-index: 3;
 } 
 
 
 div#footer{
  z-index:0;
  position:absolute;
  padding-left:0px;
  top:600;
  left:0;
  width:100%;
  height:92px;
/*  height: 12%;*/
 }

 

 #texto
 {      position: absolute;
	left: 20px;
	top: 180px;
/*	padding-left: 0em;
	display: block;*/
	height: 260px;
	width: 750px;
	/*height: inherit;*/
	/*overflow: auto;*/
/*	line-height:  0,40em;*/
	float: left;
	overflow: auto;
	}

h1 { 
    font-size: 1.2em;
    font-family: monospace;
    text-align: justify;
    position: relative;
    float: inherit;
    padding-top: 1em;
    margin-left: 2em;
    color: white;
 background-color: #481322; 
    border-bottom-width: 0.1em;
    border-bottom-style: dashed; 

      }
      
     
p {
	font-size: 1em;
	font-family: monospace;
	text-align: justify;
	position: relative;
	padding-left: 2em;
	padding-right: 2em;
	width: auto;
	display: block;
	height: auto;
	color: white;
	overflow: auto;
	}

