body .navblock {
	max-width: 100%;
	min-width: 100%;
}
.landscape .navblock {
	max-width: 100%;
	min-width: 100%;
}
.landscape #content {
	width: 100%;
}
.landscape #leftMenu {
	display: block;
	float: left;
	width: 30%;
	height: 100%;
	margin-right: 5%;
}
.landscape #pageContent {
	width: 60%;
	float: left;
}
.landscape .linksBottom {
	display: none;
	border: 1px solid red;
}
.landscape #leftMenu .navblock img {
	max-height: 150px;
}