body {
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	background-color: rgb(255,255,255);
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../../images/background.jpg);
}
	
#flagPhoto {
	position: absolute;
	top: 112px;
	left: 555px;
	width: 177px;
	height: 127px;
	z-index: 20;
}

#welcomePhoto {
	position: absolute;
	top: 227px;
	left: 543px;
	width: 207px;
	height: 179px;
	z-index: 20;
}

#familyPhoto {
	position: absolute;
	top: 166px;
	left: 459px;
	width: 181px;
	height: 133px;
	z-index: 21;
}

#housePhoto {
	position: absolute;
	top: 153px;
	left: 600px;
	width: 193px;
	height: 152px;
	z-index: 22;
}

#swingPhoto {
	position: absolute;
	top: 218px;
	left: 369px;
	width: 188px;
	height: 144px;
	z-index: 22;
}

div#content {
	position: absolute;
	top: 140px;
	left: 40px;
	width: 564px;
	height: 606px;
	z-index: 1;
}
	
	div#content #background {
		position: absolute;
		top: 0;
		left: 0;
		width: 564px;
		height: 606px;
		z-index: 0;
	}
	
	div#content div#navbar {
		position: absolute;
		top: 2px;
		left: 2px;
		height: 24px;
		z-index: 1;
	}
	
	div#content div#informationNav {
		position: absolute;
		top: 25px;
		left: 300px;
		height: 23px;
		z-index: 1;
	}

p#footer {
	position: absolute;
	top: 745px;
	left: 40px;
	width: 550px;
	text-align: right;
	color: rgb(255,255,255);
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0 0 40px 0;
}
	
	p#footer a {
		color: rgb(255,255,255);
		text-decoration: none;
	}
	
	p#footer a:hover {
		text-decoration: underline;
	}
