@charset "utf-8";
/* CSS Document */


#container, #homeContainer{
min-height: 100%;
}

* html #container, * html #homeContainer{
height: 100%;
}

#footer{
/*padding-bottom: 1.5em;*/
text-align: center;
/*line-height: 1.5em;*/
}

html{
height: 100%;
}

body{
height: 100%;
}

#footer{
position: relative;
margin: -4.4em auto 0 auto;
padding-bottom: 3px;
_padding-bottom: 8px;
}

* html #footer{
margin-top: -7.4em;
_margin-top: -5.2em;
}