﻿html,
body {
   margin				: 0px;
   padding				: 0px;
   height				: 100%;
}

#container 
{
   min-height			: 100%;
   height				: auto !important;
   height				: 100%;     
   position				: relative;
}
#header 
{
	padding				: 0px;
	margin				: 0px;
	border				: none;
}
#body {
   padding-bottom		: 150px;   /* Height of the footer */
}
#footer 
{
	/*background-image	: url(../images/footer.gif);*/
	background-position : center bottom;
	background-repeat	: no-repeat;
	position			: absolute;
	bottom				: 0px;
	width				: 100%;
	height				: 150px;   /* Height of the footer */
	vertical-align		: bottom;
	overflow			: hidden;
} 

.bnet-footer
{
	width				: 800px;
	margin-left			: auto;
	margin-right		: auto;
	font-family			: Helvetica;
}

.bnet-footer-links
{
	font-family			: Verdana;
	height				: 22px;
	text-align			:center;
}

.bnet-footer-text
{
	color				: Black;
	padding-left		: 4px;
	padding-top			: 0px;
}

.bnet-footer-copy
{
	text-align			: right;
	margin-right		: 2px;
	margin-top			: -2px;	
}

