html, body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  background-color: #F5F5F5;
}

div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#container {
  height: 100%;
  padding-top: 135px;
  padding-bottom: 25px;
  
  margin: auto;
  text-align: center;
}

div#page_top_foto {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 110px;
	width: 100%;
	background-color: #000000;
}

div#content_parent {
	position: relative;
	height: 100%;
	overflow: auto;
	
	width: 950px;
	margin: auto;
}

div#page_bottom_menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 25px;
	width: 100%;
	background-color: #339966;
	border: 1px solid #000000;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

div#page_top_menu {
	position: absolute;
	top: 110px;
	left: 0px;
	height: 25px;
	width: 100%;
	background-color: #339966;
	border: 1px solid #000000;
}

.popupmenu {
	position: absolute; 
	top: 115px; 
	left: 50px; 
	width: 760px;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	z-index: 25;
}

.popupmenu_spacer {
	position: absolute; 
	top: 20px; 
	left: 10px; 
	height: 250px; 
	width: 800px;
	visibility: hidden;
}

