#logo {
	position: absolute;
	width: 200px;
	left: 20px;
	top: 20px;
}
#photobanner {
	position: absolute;
	width: 525px;
	left: 220px;
	top: 20px;
	height: 180px;
	visibility: visible;
}
#sidebar {
	height: 300px;
	width: 160px;
	left: 20px;
	top: 220px;
	position: absolute;
}
#maincontent {
	width: 525px;
	top: 220px;
	position: absolute;
	left: 220px;
	height: 700;
}
#centredlayer {
	position: relative;
	width: 800px;
}
#test {
	position: relative;
	left: 0px;
	top: 0px;
}
#square1 {
	position: relative;
	width: 80px;
	top: 0px;
	right: 0px;
	bottom: 75px;
}
#businesses {
	position: absolute;
	left: 0px;
	top: 180px;
	width: 300px;
}
#poets {
	position: absolute;
	width: 200px;
	left: 302px;
	top: 180px;
}
