body{
/*  background-color: #968064; */
  background-color: #707070;
/*  background: url("/images/background.jpg") no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover; */
  font-family: verdana, helvetica, arial, sans-serif;
  font-size:0.75em;
}

.overlayFG {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 580px;
  width: 650px;
  margin-top: -290px;
  margin-left: -325px;
  overflow: auto;
  border: 1px solid #666;
  background-color: #ffffff;
  padding: 8px;
  z-index: 100;
}


.overlayBG {
  display:block;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 60;
  background-color: black;
  -ms-filter: "Alpha(Opacity=60)"; /* IE 8 */
  filter:alpha(opacity=60); /* IE5-7 */
  -moz-opacity: 0.60; /* Mozilla */
  opacity: 0.60;
}

.menueMain{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 680px;
/*  background-color: #968064; */
  padding: 1%;
  z-index: 50;
}

.menueImg{
  width: 30%;
  max-width: 200px;
  border: 0px;
  margin: 1%;
}

.content{
  width: 96%;
  max-width: 1280px;
  margin: auto ;
  padding: 8px;
  background-color: #ffffff;
  text-align: left;
}

.contentNav{
	clear: both  
}

.contentImg  {
	float: right; 
	margin: 8px 8px 8px 8px;
    width: 45%;
    max-width: 640px;
}

.message {
	color: red;
	font-weight: bold;
}
