body {
  background: #f5d2b3; /*Replace with your own background.*/
	background-size: cover;
	background-attachment: fixed;
  background-position:center;
	background-size: cover; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
  }
  
   p {
    color:#f5d2b3;
    }
  
    li {
    color:#f5d2b3;
    }
  
  a {
    color:#edab06;
    }
    
      h1 {
    color:#edab06;
    }
  
  .box {
    margin: 0 auto;
    background:#a64408;
    width:600px;
    padding:20px;
    margin-top:30px;
    margin-bottom:15px;
    border-radius:20px;
    border: 12px #edab06 double;
    }
    
  /*Prevent overflow of large images in main text areas.*/
.box img {
  max-width: 100%;
  height: auto;
  }
    
  .footer { /*fixed height and bigger bottom margin*/
    text-align:center;
    margin: 0 auto;
    background:#a64408;
    width:600px;
    height:25px;
    overflow:auto;
    padding:20px;
    margin-top:30px;
    margin-bottom:30px;
    border-radius:20px;
    border: 12px #edab06 double;
    }
