#header {
	position: absolute;
	visibility: visible;
	height: auto;
	width: auto;
}
#text {
	overflow: visible;
	position: absolute;
	visibility: visible;
	height: 500px;
	width: 350px;
}
#logo {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 300px;
	width: 250px;
}
#examples {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 350px;
	width: 300px;
}
#pagetext {

	overflow: visible;
	position: absolute;
	visibility: visible;
	height: 500px;
	width: 600px;
}
.blackbar {
	background-image: url(images/blackbar.gif);
	background-repeat: repeat-y;
}

