
/* replace background color */
html, body {
	bbackground-color:#579EC7;
	bbackground-image:url(./images/body.png);
	dsbackground-repeat:repeat;
	color:#5F6476;
}

.inside {
	align: right;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(../images/sub-page_01a.jpg);
	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: 1px;             /* 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 auto;
	width : 1024px;
	padding: 0;
	background: url(../images/sub-page_02.jpg) repeat-y scroll 50% 0
}

