#layout {
	display: inline-block;
}
#content {
	padding-bottom: 0;
	margin-bottom: 0;
}
#content:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px;
	margin-bottom: -32767px;
	height: 0;
}
