#iframe {
		height: auto !important;
		height: 100%;
		min-height: 100%; }
		
.iframecontent {
width:100%;
min-height: 100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
}	

html{
height:100%;
}	
