html, body {

	height: 99%; 
	text-align: center;
  	min-height:599px;
  	margin:0px;
  	font-family: verdana;
  	background-color:white;

 
}


#container {
  
  position: relative;
  margin: 0 auto;
  width: 961px;
  min-height: 99%;
  height:auto !important; /* voor moderne browsers */
  height:99%; /* voor IE */
  z-index:0;
} 
