body {
  margin: 0px;
  padding: 0px; 
  /*background-color: #838a94;*/
  background-color: #6f7780;
  color: #3d4044;
  overflow: hidden;
}

body .contentIMG {margin-top:20px; margin-left:20px;}

/*---------- #TOM, DIVISIONS---------------------------------------------------------------------------------*/

#container {
	position: absolute;
	text-align: center;	
	width: 100%;
	top: 50%;
	left: 0px;
	margin-top: -310px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0px;
	border: 0px;
	background-image: url('../pics/bg-top-bottom.gif');
	background-repeat: repeat-x	
}

#menu {
	background-image:url(../pics/bg-menu-top.gif); 
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 92px;
	width: 100%;
	background-color: #6f7780;
	/*background-color: rgb(131,138,148);*/
}

#content {
	background-image:url('../pics/body-bg.png');
	/*	background-repeat:repeat-x;*/
	padding: 0px;
	margin: 0px;
	/*height: 350px;*/
	height: 500px;
	width: 100%;
	border: 0px;
	white-space: nowrap;
	/*border: 1px solid red;*/
}

#centeredBox {
	margin: 0px auto;
	position: relative;
	/*height: 350px;*/
	height: 500px;

	/*width: 780px;*/
	width: 836px;
}

#centeredBox #IMGtoChange {
	position: absolute;
	top: 0px;
	left: 0px;
	/*height: 350px;*/
	height: 500px;
	/*width: 130px;*/
	width: 186px;	
	/* opacity: 1.0;  Firefox und Co */
	/* filter: alpha(opacity=100);  IE */
}	

#centeredBox .myframe {
	position: absolute;
	top: 0px;
	right: 0px;
	/*height: 350px;*/
	height: 500px;
	width: 650px;
}


#contentende {
    width:100%;
    /*height:58 px;*/
    background-image: url('../pics/bg-menu-bottom-orange.jpg');   
    background-repeat: repeat-x;
	margin: 0px;
	border: 0px;
	padding: 0px;	
}
