html {
	overflow-x: hidden; /* The absolutely positioned .plectrum in the footer, as well as an Opera bug with box-shadow, causes side-scrollers. We don't want side-scrollers! TODO: investigate if we can get rid off this somehow in the current world. */
	float: left; 	/* Stretch around all the floated elements, so that the html-bg actually is bottom aligned to the window. Expected behaviour is unclear in the spec; see https://bugzilla.mozilla.org/show_bug.cgi?id=590491 */
	width: 100%; /* Make this full-width to allow center aligning of the #container to keep working. */
	background: #dfe0e1 url("../../images/head/site/html-bg-gradient.png") no-repeat 50% top;
}
body {
	font-size: 75%; /* Effective 12px */
}
#forumtri-page {
	min-width: 900px;
	width: 97%;
	max-width: 1200px;
	min-height: 50em;
	margin: 0 auto;
	padding: 0 4px; /* 4px padding to give room for the box-shadows and outlines, given that overflow is hidden */
}
