/* Style sheet for www.BarryMerchantSeamen.org.uk    Updated 25 March 2009 */

/* Over-ride for palmtops, iPhones and other small display devices */
/* to remove any position: fixed formatting, and the fade strip */

html
{
	position: relative;		/* was relative */
	top: 0;
	left: 0;
	overflow: auto;
}

body
{
	position: static;
	background-color: #ffffff; 
	overflow: auto;	
}
	

#fade	/* Narrow fade zone under header */
{
	position: static; 
	display: none; 
}

#heading
{
	position: static;	
}

#main
{
	position: static;	
}


/* END OF STYLESHEET */
