body { 
  /*NS4*/
  margin-top:-8px; 
  margin-left:-8px; 
  font-family: Arial, Helvetica, sans-serif;
  background-color: #BC343E;
  }


@media all {
/* Moderne Browser: (Ausschluss von NS4, IE4 IE/MAC) */

html, body {
   margin-top:0px; 
   margin-left:0px; 
	height: 100%;
	width: 100%;
	overflow: hidden;
   }
	
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -295px;
	margin-left: -435px;
	height: 590px;
	width: 870px;
	background-color: White;
	visibility: visible;
	border: 1px;
	border-style: solid;
	border-color: Gray;
   
	}
#scroll {
		height: 481px;
	   width: 870px;
	overflow: auto;
	
	
	}
}
