html {
	height: 100%;
	background: #000000;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #FFFFFF;
}

#container {
	min-height: 100%;
	position: relative;
}

#header { /*background:#ff0;*/
	padding: 10px;
	width: 100%;
	height: 30px; /* Height of the footer */
	background: #DDDDDD;
}

#body {
	padding: 0px;
	background-image: url( '/img/earth_from_space-1920x1040.jpg' );
	/*background-size: 90%;
	padding-bottom: 2px;
	*/
}

#footer { /* position: absolute;
	bottom: 0;*/
	width: 100%;
	height: 30px; /* Height of the footer */
	background: #DDDDDD;
}

.appbar {
	vertical-align: middle;
	width: 100%;
	height: 30px; /* Height of the footer */
	background: #DDDDDD;
	padding: 0px;
	margin: 0;
}

/* other non-essential CSS */
#header p,#header h1 {
	margin: 0;
	padding: 10px 0 0 10px;
}

#footer p {
	margin: 0;
	padding: 10px;
}

em#dea42label {
	text-indent: -6em;
	display: block;
	background: url( '/favicon.GIF' ) center center no-repeat;
	width: 3em;
	overflow: hidden;
}

div#clock {
	color: #000000;
	display: inline;
}

div#user {
	color: #000000;
	display: inline;
}