body { 
	width: 100%; 
	text-align: center; 
	font-family: "Arial";
	margin-bottom: 60px;
}
html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
#headerDiv
{
	width: auto;
	text-align: center;
	background-image: url('../images/main_menu_background_strips.png');
	background-repeat: repeat;

}

#tableHeader
{
	width: 100%;
}

td#appName
{
	text-align: right;
	width: 60%;
}

td#appIimage
{
	text-align: left;
	width:40%;
}

img#appName{
	max-width: 441px;
	width:100%
}

img#appIimage{
	max-width: 216px;
	width:100%
}

#menuSection{
	text-align: center;
	max-width: 500px;
	width:100%
}

