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