@charset "UTF-8";
/* CSS Document */

#container {
   min-height: 100%;
   margin-bottom: -50px;
   position: relative;
}

html, body {    
   height: 100%; 
}

.clearfooter {
   height: 50px;
   clear: both;
}

#container {
   height: 100%;
}

/* Footer */

#footer {
   height: 50px;
   position: relative;
}
