/*
 * globals
 * */

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 40px;
}


/*
 * footer
 */

footer {
	background: #666;
	color: #333;
	padding: 10px;
	border-top: 1px solid #333;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
}


/*
 * generic helpers
 */

.no-padding {
	padding: 0px !important;
}

.no-margin {
	margin: 0px !important;
}