
/* replace background color */
html, body {
	background-color:#2A2A2A;
	background-image:url(./images/body.png);
	background-position:top center;
	background-repeat:repeat-y;
	color:#5F6476;
}

.top-center{
	background-image: url("./images/1_01.png");
	background-position:center;
	background-repeat:no-repeat;
	height: 30px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
.bottom-center  {
	background-image: url("./images/1_49.png");
	background-position:center;
	background-repeat:no-repeat;
	height: 30px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 10px;    /* DNC: correction IE for height of the <div>'s */
	text-align: center;
	}
.inside {
	align: right;
	background-image: url("./images/bg.gif");            /* YCC: background-color of the inside */
	background-repeat: repeat-y;
	background-position: 100%;
	width : 1040px;
	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;
}
.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 : 1040px;
	padding: 0;
}