body, html {
	height: 100%;  
}

	div#layout { /* exploder 5.5+ */
		position: absolute;
		left: 0px;
		top: 0px;
		overflow: hidden;
		text-align: center;
	}

	

		div#container {
			position: relative;
			top: 110px;
			margin-top: 0px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
		}

		div#container div.container-top {
			position: absolute;
			left: 0px;
			top: -910px;
			height: 940px;
		}

		div#container div.container-right {
			position: absolute;
			right: -1000px;
			top: 0px;
			width: 1000px;
		}

		div#container div.container-bottom {
			position: absolute;
			left: 0px;
			bottom: -1000px;
			height: 1000px;
			background:url(images/bp2_05.jpg)
		}

		div#container div.container-left {
			position: absolute;
			left: -1000px;
			top: 0px;
			width: 1000px;
		}

		div#container div.container-top-right {
			position: absolute;
			right: -1000px;
			top: -910px;
			width: 1000px;
			height: 950px;
		}

		div#container div.container-bottom-right {
			position: absolute;
			right: -1000px;
			bottom: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-bottom-left {
			position: absolute;
			left: -1000px;
			bottom: -1000px;
			width: 1000px;
			height: 1000px;
		}

		div#container div.container-top-left {
			position: absolute;
			left: -1000px;
			top: -910px;
			width: 1000px;
			height: 950px;
		}
