/* Amends and adds rules needed by mobile devices such as the iPhone */ 

html
{
	height: auto;
	overflow: visible;
}

body
{
	background-image: none;
	background-color:   #cc9999;
	overflow: visible;
	height: 100%;
} 

div.nav
{ 
	position: fixed;
	height:      100%;
	overflow:    visible;
} 

div.content
{
	overflow: visible;
	height: auto;
} 

