/**********************
* 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;	
}



#sticky-footer{
	position: absolute;
	bottom: 0px;
	height:60px;
	width:100%;
}

#main{
	padding-bottom: 70px;
}

