.instruction_text {
	position: absolute;
	width: 700px; 
	left: 140px;
	top: 50px;
}

.instruction_text_container {
	position: absolute;
	z-index: 1000;
	width: 900px;
	height: 820px; 	
	background: #fff;
	opacity: 0.9;
}

#welcome_text {
	text-align: left;
}

#about_container {
	display: none;
}

#phillypower_header {
	height: 50px;
	text-align: center;
}

#phillypower_sidebar {
	overflow: auto;
	position: absolute;
	right: 15px;
	width: 300px;
	height: 580px;
}

#visualization {
	position: absolute;
	left: 0px;
	width: 550px;
	height: 580px;
}



#phillypower_container {
	width: 900px;
	height: 600px;
	/* border-left: 1px solid #dedede;
	border-right: 1px solid #dedede; */
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	position: relative;
}

#centerimage {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

body {
	margin: 0;
	padding: 0;
	background: #efefef;
	font: 12px arial,helvetica,sans-serif;
	line-height: 1.125;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}