@charset "utf-8";
/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#FFFFFF;
   padding:10px;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:98%;
   height:55px;   /* Height of the footer */
   background:#FFFFFF;
   font-family: helvetica;
   color: #2f2f2f;
   font-size: 12px
}

#pwa a:link {
color: #000;
text-decoration: none;
}

#pwa a:hover {
color: #000;
text-decoration: underline overline;
}