html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 980px;
	height: 100% !important;
	min-height: 100%;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body {
	position: relative;
	background: #e5e9ef url(/interface/images/background.png) repeat-x left top;
}