/***********************************************
 * HTML and Body                               *
 ***********************************************/
html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}
body {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
/***********************************************
 * Wrapper and Main Content                    *
 ***********************************************/
#wrapper {
	position: relative;
	min-height: 100%;
}
#mainContent {
	margin: 0 6px;
	position: relative;
}
#mainControls {
	position: relative;
	display: inline-block;
}
#mainControls #pageRefresh {
	position: absolute;
	right: -28px;
}
#sansFooter {
	margin: 0;
}

