﻿body, html { background: white url("./img/bgForum.png") repeat-x top left; }
.pageContainer { min-height: 0; height: auto; background: none; }
.pageMiddle { background: transparent; }
.postMessage
{
	max-width: 922px;
	overflow-x: auto;
	overflow-y: hidden;
	width: auto;
	height: auto;
	#width: expression((document.documentElement.clientWidth > 922) ? "922px" : "auto");
}
.showpm .postMessage { width: 750px; }
