#menu a {width: 99.9%;}
#main { /*zorgt voor max-width: 30em*/	
width:expression(  document.body.clientWidth > (500/12) *  parseInt(document.body.currentStyle.fontSize)? "30em": "auto" ); 	
left: 15em;}
