@media screen and (max-width: 1030px) and (min-width: 800px)
{
    #body
    {
        background-repeat: repeat-y; 
        background-attachment: scroll;
    }

	html
	{
		overflow:scroll;
		-webkit-overflow-scrolling: touch;
	}

	#nav-container-1
	{
		width:50%;
		display:block;
		float:right;
	}

	#nav-container-2
	{
		display:none;
	}
}