body{
margin: 10px 10px 10px 10px;
background-color:#191970;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center center
}

h1 {
color:#191970;
background-color:#E6E6FA;
position:center center;
border-width: 5px;
border-style: outset;
border-color: #48D1CC;
border-radius: 10px;
font-family:courier, arial, "Times New Roman", serif; 
/* font-style:italic; */
/* font-weight:bold; */
font-size:40px;
text-align:center;
}

p {
font-size:18px;
font-family:arial, sans-serif;
text-align:justify;
margin: 10px 20px 10px 20px;
}

#foto {
float:left;
width:450px;
border: 1px solid #C0C0C0;
border-radius: 7px;
background: #B0C4DE;
padding: 5px 5px 5px 5px;
top: 2px;
right: 10px;
left: 10px;
text-align:center;

}

#toBack {
    display: block;
    cursor: pointer;
    width: 100px;
/*     background: #FFFF66;
    border: 1px solid #ccc;
    border-radius: 5px; */
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    color: #300;
    text-decoration: none;
    z-index: 100;
}

#text {
float: right;
border: 1px solid #31659c;
border-radius:7px;
background: #B0C4DE;	
padding: 5px 5px 5px 5px;
top: 10px;
right: 10px;
left: 500px;
position: absolute;
}

