html{
	/* This image will be displayed fullscreen */
	background:url('../../img/zTec_bg.jpg') no-repeat center center;

	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;

	/* The Magic */
	background-size:cover;
}

body{
	/* Workaround for some mobile browsers */
	min-height:100%;
}

.runAsListing {
	margin-top: 20px;
	max-height: 250px;
	overflow: scroll;
}

.clearLeft {
	clear: left;
}

.userlist-dep {
	padding: 20px;
}