﻿html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
}
h1, h2, h3, h4, h5 {
   font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

p {
	
   font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
}


#container {
   min-height:100%;
   position:relative;
}
header {
   padding:10px;
}
#body {
   padding:10px;
   padding-bottom:80px;   /* Height of the footer */
}
footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   margin-top: 40px;
}
input, select, label {
 margin: 5px;	
}