ul {list-style-type: none;     margin: 30;     padding: 0;     overflow: hidden;     background-color: rgb(190,30,45);}    

li {float: center;}    

li a {display: block;     color: white;     text-align: center;     padding: 20px;     text-decoration: none;}    

li a:hover {background-color: rgb(65,57,61);}          

img {width:100%;background-color: rgb(215,228,194); } 

body {background-image: url("j386.jpg"); background-repeat: repeat-x; background-attachment: fixed; background-size:cover; background-color: rgb(215,228,194); }

h1  {color: rgb(190,30,45);text-decoration-color: currentColor;font-family: Majesti Banner Light;background-color: rgb(215,228,194); }             
p   {color: rgb(65,57,61); font-family: Majesti Banner Light; background-color: rgb(215,228,194);} 

h2  {color: rgb(190,30,45);font-family: Majesti Banner Light;background-color: rgb(215,228,194);}   

div {     width: 300px;     border: 25px solid green;     padding: 25px;     margin: 25px;     background-color: rgb(215,228,194);  }   

div.relative {
    position:absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 432px;
    width: 800px;
   border: 25px solid green;padding: 25px;       margin: 25px; background-color: rgb(215,228,194);
}