@media screen and (max-width: 640px)
{
	#logo
	{
		display: none;
	}
}
@media screen and (max-width: 480px)
{
	.BodyText .News
	{
		max-width: 300px;
		background-position: right top;
	}
	body #NewsScroll > *
	{
		width: 252px !important;
	}
}

body #AdditionalFooterHtml, body .Footer {
    display: block !important;
}
