/*  © 2007 - All Rights Reserved */
/**********************
* This sets up the sticky footer
* And some basic styles, colors and backgrounds
**********************/

/**********************
* Sticky footer
**********************/

html, body, #body{
	height:100%; width:100%;
	margin:0; padding:0;
	min-height:100%;
}

html>body, html>body #body {
	height: auto;
}

#body{
	position:absolute;
	top:0px; left:0px;	
}



#footer{
	position: absolute;
	bottom: 0;
	height:58px;
	width:100%;
	padding:0px 0;
	font-size:.70em;
	text-align:center;
	border-top:1px solid #2E2E38;
	font-family:verdana, arial, helvetica, sans-serif;
}

#master_container{
	padding-bottom: 70px;
}

