@media all and (max-width: 480px) and (orientation: portrait)
{
	.globaltop {display: table;}
	.leftmenu {display: table-footer-group; float:initial;}
	.bannertop {display: table-header-group;}
	.centre {display: table-header-group;}
}