function setmargin()
							{			
										document.getElementById('bottomBody').style.marginTop = "0px"; 						
										document.getElementById('bottomContentTitle').style.marginTop = "20px"; 	
							}
							addLoadListener(setmargin);
							