body {
   width: 100%;
   height: 100%; 
   overflow: hidden;
   background-color: #777;
   font-family: Verdana;
}

#rootContainer {
   position: absolute;
   top: 0.5em;
   left: 0.5em;
   bottom: 0.5em;
   right: 0.5em;
   border-radius: 1em 1em 1em 1em;
   background-color: white;
   z-index: 1;
}

#rootContainer #content {
   position: absolute;
   top: 0em;
   bottom: 1.5em;
   left: 0em;
   right: 0em;
   border-radius: 1em 1em 0em 0em;
   background-color: white;
   font-size: 1em;
}

#rootContainer #footer {
   position: absolute;
   left: 0em;
   bottom: 0em;
   right: 0em;
   height:  1.5em;
   border-radius: 0em 0em 1em 1em;
   background-color: #DDDD00;
}

#rootContainer #footer  div {
	display: inline-block;
	width: 100%;
   font-size: 0.8em;
   text-align: center;
	margin: auto 0em auto 0em;
}
