body{
	background:url(layout_grid.gif) top left no-repeat;
}

#box1{
	top:0px;
	left:0px;
	position:absolute;
	height:635px;
	width:1279px;
	background-size:100% 100%;
	background-image:url("Lake.jpg");
}

#box2{
	top:150px;
	left:456px;
	position:absolute;
	height:100px;
	width:100px;
	background-size:100% 100%;
	opacity:.5;
	background-image:url("spooky.png");
}

#box3{
	top:300px;
	left:680px;
	position:absolute;
	height:100px;
	width:100px;
	background-size:100% 100%;
	opacity:.4;
	background-image:url("spooky1.png");
}