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


#container{
min-height: 100%;
}

* html #container{
height: 100%;
}

#footer{
/*padding-bottom: 1.5em;*/
text-align: center;
/*line-height: 1.5em;*/
}

html{
height: 100%;
}

body{
height: 100%;
}

#footer{
position: relative;
margin: -5.2em auto 0 auto;
}

* html #footer{
margin-top: -7.4em;
_margin-top: -5.2em;
}