/* Tiling the dashboard background image */
html, body {
	background-repeat: repeat;
	background-size: auto;
	background-position: top left;
}
