body {
  height:1000;
}

div.tile {
  position:absolute;
	left:150;
	top:100;
	width:790;
	height:1050;
  background-color:#A2C1F2;
	margin:0;
	z-index:100;
}

div.rightshadow {
  position:absolute;
	left:940;
	top:110;
	width:10;
	height:1050;
	background-color:#26455B;
	margin:0;
	z-index:50;
}

div.bottomshadow {
  position:absolute;
	left:160;
	top:1150;
	width:790;
	height:10;
	background-color:#26455B;
	margin:0;
	z-index:50;
}


