@charset "utf-8";
/* CSS Document */

html
{
height: 100%;
}

body
{
height: 100%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#container
{
padding-bottom: 3em;
}

#footer
{
position: relative;
background-image: url(TemplateImages/BVG/footer.gif);
background-repeat: repeat-x;
height: 100px;
position: relative;
text-align: center;
} 
