/* replace background color */
html, body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

.inside {
	border-left: 1px solid #ffffff; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #ffffff;/* YCC: color & properties of the right-borderline */
	background: #ffffff;            /* YCC: background-color of the inside */
	color: #222222;                 /* 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: 2px;             /* YCC: all texts at some distance of the right border */
}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */

.outside {
	margin: 0;
	width : 900px;
	padding: 0;
}