body {
	position : absolute;
	top : 0px;
	bottom : 0px;
	left : 0px;
	right : 0px;
	margin : 0px;
	/*
	background-image : url("layout/bkg.body.jpg");
	*/
	background-color : #D9D6C4;
	background-position : center;
	background-attachment : fixed;
	background-repeat : no-repeat;
	
	text-align : center;
}

div {
	position : relative;
	width : 931px;
	height : 631px;
	margin : auto auto -15px auto;
}

img {
	position : relative;
	z-index : 1;
}

object, embed {
	position : absolute;
	left : 224px;
	top : 109px;
	z-index : 2;
}