body {
	margin: 0px; 
	padding: 0px; 
	background-color: white; 
	color: #888888; 
	font-family: Helvetica; 
	font-size: 10pt
	}

#content1 {
	position: absolute;
	left: 50%; 
	top: 15px;
	width: 660px;
	height: 70px;
	padding: 0px; 
	margin-left: -330px; /* half of the width */
	background-color: white; 
	}

#content1screenprints {
	position: absolute;
	left: 50%; 
	top: 45px;
	width: 660px;
	height: 70px;
	padding: 0px; 
	margin-left: -330px; /* half of the width */
	background-color: white; 
	}

#content1photomontage {
	position: absolute;
	left: 50%; 
	top: 45px;
	width: 660px;
	height: 70px;
	padding: 0px; 
	margin-left: -330px; /* half of the width */
	background-color: white; 
	}

#content2 {
	position: absolute;
	left: 50%; 
	top: 120px;
	width: 860px;
	padding: 0px; 
	margin-left: -430px; /* half of the width */
	background-color: white; 
	}

#content3 {
	position: absolute;
	left: 50%; 
	top: 550px;
	width: 660px;
	height: 100px;
	padding: 0px; 
	margin-left: -330px; /* half of the width */
	background-color: white;
	}

#content3screenprints {
	position: absolute;
	left: 50%; 
	top: 580px;
	width: 660px;
	height: 100px;
	padding: 0px; 
	margin-left: -330px; /* half of the width */
	background-color: white;
	}


#arrows {
	position: absolute;
	left: 50%; 
	top: 600px;
	width: 660px;
	height: 100px;
	padding: 0px; 
	margin-left: -330px; /* half of the width */
	background-color: white;
	}

#backnextscreenprints {
	position: absolute;
	left: 50%; 
	top: 500px;
	width: 660px;
	height: 110px;
	padding: 0px; 
	margin-left: -330px; /* half of the width */
	background-color: white;
	}


img {
	border-width: 1; 
	border-color: black; 
	border-style: solid;
	}
	

a:hover {
	color: #888888;
	}

a {
	text-decoration: none; 
	color: black;
	}


