body {
	background: #ffffff url(../../../images/adminforums/body_fix_bg.png) repeat bottom left;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
        margin: 0;
}

.container {
	background: #ffffff;
	width: 940px;
	color: #000000;
	margin: auto auto;
	text-align: left;
}

.shadow {
	position: relative;
        background: url(../../../images/adminforums/shadow.png) top left repeat-y;
        width: 980px;
        margin: auto auto;
        height: auto;
}

.trow_fixed {
	max-width: 500px;
}


