#weather_body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica;
    background-color: white !important;
    position: relative;
    -webkit-text-size-adjust: none
}

#weather_content {
    background-color: white;
	/*margin-top: 50px;*/
	/*overflow: hidden;*/
}

#weather_content_main {
	padding-top: 50px;
	width: 100%;
}


#weather_content_top {
    border-bottom: 1px solid #E8E6E9;
	position:fixed;
	background-color: white;
	width: 100%;
	height: 50px;
	z-index: 20;
}

#weather_content_nav {
	background-color: white;
}