@charset "utf-8";
/*background  native size of 1024×925 pixels */

body {
background-color:#FFF;
}

.bkgimg  {
	width: 100%;
	height:950px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
	}

.window {
	position: relative;
	top:50px;
	z-index: 1;
	}

.container {
position:relative;
	width:900px;
	margin: auto;	
	}
