html, body  {
	color: #000000;
	font: 12px Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: left;
}


#container-page {
	width:100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#container-content {
padding-left:0px;
padding-top: 26%;
padding-bottom: 26%;
}

#container-topNav {
  position: absolute;  
  background-color:#FFFFFF;
  width: 100%; 
  top:0px;
  height:21%;
}

#container-foot {
	position: absolute;
	width: 100%; 
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 20%;
	left: 0px;
	background-color:#FFFFFF;
}
