html,
body {
   margin:0;
   padding:0;
   background:#ffffff;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#ffffff;
   text-align:left;
   color:#000;
   font-family:Arial;
   font-weight:bold;
   font-size:2em;
   padding-left:40px;
   padding-top:20px;
}
#body {
   padding-top:80px;
   padding-bottom:20px;   /* Height of the footer */
   background:#ffffff;
   font-family:Arial;
   font-size:1em;
}
#charge {
   padding-top:80px;
   padding-bottom:20px;   /* Height of the footer */
   background:#ffffff;
   font-family:Arial;
   font-size:1em;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer */
   background:#ffffff;
   text-align:center;
   color:#b3b3b3;
   font-family:Arial;
   font-size:0.8em;
}
#error {
	color:#ff000;
	font-size:1em;
	font-family:Arial;
}