header {min-height:70px}


div.CustomPage { display:inline-block; width: 765px; }

header + * { min-height:344px}



@media screen and (max-width:785px)
{
	div.CustomPage { width: 507px; }

	footer > div:last-child > span:nth-child(3) { display: none; }

	header + * { min-height: 516px; }
}


@media screen and (max-width:527px) {
	div.CustomPage { width: 335px; }

	footer > div:last-child > span:nth-child(3) { display: inline-block; }

	header + * { min-height: 774px; }
}


@media screen and (max-width:355px) {
	div.CustomPage { width: 249px; }

	header + * { min-height: auto!important; min-height:initial!important }
}