/* CSS Document */

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

#item1 {
	position: absolute;
	width: 1012px;
	height: 100%;
	top: 0px;
	z-index: 1;
	background-image: url(../images/backgrounds/paper4.gif);
}

#item5 {
	position: absolute;
	left: 1012px;
	top: 0px;
	width: 11px;
	height: 100%;
	z-index: 2;
	background-image: url(../images/backgrounds/paper_edge.gif);
	background-repeat: repeat-y;
}

#item3 {
	position: absolute;
	left: 0px;
	top: 358px;
	width: 252px;
	height: 225px;
	z-index: 3;
	background-image: url(../images/backgrounds/foot_note2.jpg);
}

#item4 {
	position: absolute;
	width: 236px;
	height: 202px;
	top: 250px;
	left: 770px;
	z-index: 1;
	background-image: url(../images/backgrounds/splish3.jpg);
}

#item2 {
	position: absolute;
	left: 880px;
	top: 0px;
	z-index: 6;
	background-image: url(../images/backgrounds/eiffel3.gif);
	background-repeat: no-repeat;
	width: 125px;
	height: 128px;
}


#grid {
	position: absolute;
	left: 143px;
	top: 0px;
	width: 2px;
	height: 100%;
	z-index: 2;
	background-image: url(../images/backgrounds/red_rule.gif);
}

