
#sitesel_main { position: fixed; top: 5px; left: 0; right: 0; border: none; z-index: 50;}
#php_images { position: fixed; top: 90px; left: 10px; width: 508px; height: 649px; z-index:1}
#php_images2 { position: fixed; top: 90px; right: 10px; width: 491px; height: 649px; z-index:1}	
#fix_cent { width: 978px; margin: auto; }
#div_fix {position:relative; z-index:2; }
 
/* replace background color */
.wibiya_toolbar_holder {
	width: 955px !important;
}

html, body {
	background-color:#2A2A2A;
	background-image:url(images/body.png);
	background-repeat:repeat;
	color:#5F6476;
}

.top-left, .top-right, .bottom-left, .bottom-right {
	width: 978px;
	background-image: url("images/rounded.png");
	height: 43px;       /* 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 */
	z-index:10;
	position:inherit;
}
.top-left, .bottom-left {
	width: auto
	margin-right: 53px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right {
	width: auto
	margin-left: 53px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -43px;  /* CHANGE: replace by the height of one of your corners */
}

.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left  {
	background-position: 0 -43px;    /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right {
	background-position: 100% -43px; /* CHANGE: replace second number by negative height of one of your corners */
}
.inside {
	align: center;
	background-image: url("images/bg.png");            /* YCC: background-color of the inside */
	background-repeat: repeat-y;
	background-position: 100%
	color: #000000;                 /* YCC: default text-color of the inside */
	width: 947px;
	padding-left: 18px;             /* YCC: all texts at some distance of the left border */
	padding-right: 15px;
	padding-top: 1px;             /* YCC: all texts at some distance of the right border */
}
.notopgap    { margin-top: 0; z-index:10; position:inherit;}    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; z-index:10; position:inherit;} /* DNC: to avoid splitting of the box */

.outside {
	margin: 0 auto;
	width : 978px;
	padding: 0;
}
/* img {position:relative;} */
object {z-index:30;
	position:relative}
