#super-advice-title-box {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

#super-advice-title {
  color: white;
  font-size: 24px;
  top: 20px;
  margin-left: 20px;
}

#title-block {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#title-block {
  padding-top: 55px;
}

  #logo {
/*    margin-right: 70px;*/
    margin-left: 20px;
  }
   

#woman-top {
  position: absolute; 
  margin-left: auto; 
  margin-right: auto; 
  top: 48px;
  padding-left: 670px; 
  z-index: 10;
}

#three-steps-bounds {
  width: 900px;
  margin-left: auto;
  margin-right: auto; 
  margin-top: 23px;  
}

  #three-steps-box {
    background-color: #ffffff;
    border: 4px solid #b64a4e;
  }

    #three-steps {
      padding-left: 20px;
      padding-right: 20px;
    }
    
    .three-steps-step {
      position: relative;
      height: 430px;
    }
    
      #three-steps img {
        z-index: 10;
      }

      #three-steps p {
        line-height: 20px;
        padding-left: 10px;
        padding-right: 10px;
        z-index: 20;
      }
            
      #three-steps .left, #three-steps .right {
        position: absolute;
        width: 125px;
        bottom: 0px;
      }
      
      #three-steps .left {
        float: left;
        padding-left: 10px;
      }
      
      #three-steps .right {
        float: right;
        text-align: right;
        padding-right: 10px;
        right: 0px;
      }
        
    h1 {
      font-size: 26px;
      color: #ffffff;
    }
  
#footer-bounds {
  width: 900px; 
  height: 100px;
  margin: 40px auto 0px auto;
}

#footer-content {  
  position: absolute; 
  width: 900px;
}

#pig-bounds {
  position: absolute;
  top: 0px;
  left: 0px;
}

  #pig-box {
    width: 425px;
    background-color: #fce1e9;
    border: 4px solid #d67491;
  }

    #pig-content {
      padding: 10px 10px 10px 10px;
      height: 80px;
    }

    #pig-content h2 {
      margin: 0;
      color: #d67491;
      font-size: 20px;
    }

    #pig-content p {
      font-size: 14px;
      line-height: 20px;
      z-index: 20000;
    }

    #pig-content .left {
      width: 345px; 
      float: left;
    }

    #pig-content .right {
      width: 345px; 
      float: right; 
      margin-right: 10px;
    }
    
#footer {  
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right; 
  width: 400px;
  margin-left: 20px;
  color: #fff; 
  font-size: 12px; 
  line-height: 18px; 
}
