/**/
html, body{
min-height: 100%; 
width: 100%;
height: 100%; 

margin: 0px;
padding: 0px;
}

.container-page {
position: relative;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */

margin: 0px;
padding: 0px;
}

.container-footer {
width: 100%;
/*position: absolute;*/  
position:relative;
bottom: 0 !important;
bottom: -1px; /* For Certain IE widths */
  
height: 40px;
}

.footer {
padding: 0 1em;
line-height: 20px; 
color: #444444;
font-size: 10px;  
padding-top:20px; 
padding-bottom : 5px;
text-align: center;
letter-spacing:2px;
  
height:100px;
}

.footer a{
color: #0063dc;
text-decoration:none;
}

.footer a:hover{
text-decoration: underline;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}
/**/