/* CSS Document */

html, body {
	background-color: #ecede6;
}

#grid {
	background-image: url(../images/backgrounds/squares3.gif);
	position: absolute;
	width: 97%;
	height: 95%;
	top: 30px;
	left: 30px;
}


#item2 {
	position: absolute;
	left: 705px;
	top: 0px;
	z-index: 6;
	background-image: url(../images/backgrounds/michael_moore.jpg);
	background-repeat: no-repeat;
	width: 342px;
	height: 102px;
}

#item1 {
	background-image: url(../images/backgrounds/cellotape2.jpg);
	background-repeat: no-repeat;
	width: 245px;
	height: 606px;
	position: absolute;
	z-index: 3;
}
