/* GLOBAL */

#div_body {
	height: 305px;
}
#div_imageContainer {
	width: 100px;
	height: 600px;
	float: left;
	white-space: nowrap;
	margin: 3px;
	opacity: 0;
}
#div_imageContainer img {
	float: left;
	display: block;
	margin-right: 2px;
	position: relative;
}
#div_footer {
	width: inherit;
}
#img_contact {
	float: right;
	margin-top: 10px;
}
#div_pb {
	width: 0px;
	height: 5px;
	background-color: red;
	margin-bottom: 5px;
}
.hello {
	background: #CCCCCC;
}
