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