/* replace background color */
html, body {
	color:#5F6476;
	height: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	background: #000 url(http://dunebg.org/images/forum/planet.jpg) no-repeat center 0;
}

.inside {
	align: right;
	/*color: #000000; */                /* YCC: default text-color of the inside */
	padding-left: 0px;             /* YCC: all texts at some distance of the left border */
	padding-right: 0px;
	padding-top: 0px;             /* YCC: all texts at some distance of the right border */
	width: 924px;
	margin: 0 auto;
	background: url(http://dunebg.org/images/forum/header.png) no-repeat center 0;
}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */

.outside {
	background:transparent url(http://dunebg.org/images/forum/body.gif) repeat-y scroll 0 0;
	margin:0 auto;
	padding:0 34px 0 42px;
	width:926px;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}