
   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: sans serif; 
      

    }

   
    html, body {
      height: 100%
      width:100%;
    }
     
  body{
    height: 100%;
    width: 100%;
    background-image: url(ice.jpg);
    background-repeat: no-repeat;
    background-size: cover  
   

  }  
  #main{
    overflow: auto;
    padding-bottom: 100px

  }
  
  #footer{
    position: relative;
    height: 75pc;
    margin-top: -100px;
    clear: both;
  }  

 


    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;

    }