/*	Body Container is unique to each page */

#body_content_container {
	width: 100%;
	height: 380px;
	position: relative;
}

#store_container {
	width: 100%;
	top: 10px;
	position: relative;
}

#store_object_container {
	padding-left: 240px;
}

#store_text_container {
	width: 100%;
	padding-top: 5px;
	text-align: center;
}

#store_text {
	font-size: 18px;
	color: #ffffff;
	padding-left: 15px;
	text-decoration: underline;
}
