div.fixed div#background_wrapper,
div.fixed div#header_wrapper {
	position: fixed;
}
/* Background panels */
div.fixed div#top {
	background: url('http://versa.wireden.com/images/layout/background_top.png') no-repeat scroll left top transparent;
	width: 1920px;
	height: 260px;
	z-index: 2;
	position: relative;
}
div.fixed div#bottom {
	background: url('http://versa.wireden.com/images/layout/background_bottom.png') no-repeat scroll left top transparent;
	width: 1920px;
	height: 391px;
	position: relative;
	top: -549px;
	left: 0px;
	z-index: 2;
}
div.fixed div#left {
	background: url('http://versa.wireden.com/images/layout/background_left.png') no-repeat scroll left top transparent;
	width: 548px;
	height: 549px;
	position: relative;
	top: -549px;
	left: 0px;
	z-index: 2;
}
div.fixed div#right {
	background: url('http://versa.wireden.com/images/layout/background_right.png') no-repeat scroll left top transparent;
	width: 579px;
	height: 549px;
	position: relative;
	top: 0px;
	left: 1341px;
	z-index: 2;
}
div.fixed div#centre {
	background: url('http://versa.wireden.com/images/layout/background_centre.png') no-repeat scroll left top transparent;
	width: 1078px;
	height: 747px;
	position: relative;
	top: -1534px;
	left: 420px;
	z-index: 1;
}

