@CHARSET "UTF-8";
html
{
height: 100%;
}

body
{
height: 100%;
}

#container
{
position: relative;
min-height: 100%;
}

* html #container
{
height: 100%;
}

#content
{
padding-bottom:165px;
}

#footer
{
background-image:url(http://www.oasis-corbieres.fr/themes/oasis-corbieres/images/footer-background.jpg);
background-position:0 bottom;
background-repeat:no-repeat;
height:165px;
margin-top:-165px;
position:relative;
margin-bottom:0;
}
#footerContent {
margin-top:112px;
}

