
ul {list-style-type: none;     margin: 30;     padding: 0;     overflow: hidden;     background-color: rgb(190,30,45);}    

li {float: center; display: inline;}    

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%;Height: 100%;background-color: rgb(215,228,194);} 

body {background-color: rgb(215,228,194); background-image: url("silky.png"); background-repeat: repeat-x; background-attachment: fixed; background-size:cover;}               

h1  {color: rgb(190,30,45);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);} 

p   {color: rgb(65,57,61);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: 500px;
   border: 25px solid green;padding: 25px;       margin: 25px; background-color: rgb(215,228,194);
}