

*{
margin:0;
padding:0;
}
 

body, html{height:100%;}
body{
text-align:center;
font-family: arial, helvetica;
}

/*
body {font-size: 100%}

p {font-size: 1em;}

@media screen and (max-width: 64em) {
 body {
      font-size: 140%;
   }
}

@media screen and (max-width: 50em) {
 body {
       font-size: 100%;
   }
}

@media screen and (max-width: 30em) {
   body {
        font-size: 75%;
  }
}
*/
 
#main{
min-height:100%;
position:relative;
}

#content-wrap {
padding-bottom: 4rem;
}
 
#footer{
background:#FFFFFF;
position:absolute;
bottom:0;
width:100%;
height:4rem;
font-family: arial, helvetica;
font-weight: bold ;
font-size: 11px;
}
