@charset "utf-8";

#bg #wrapper #body #viz_body {
	width: auto;
	padding: 15px;
	background-color: #FFFFFF;
	margin: 5px;
}
#bg #wrapper #body #viz_body #viz_text #viz_left {
	float: left;
	height: 200px;
	width: 695px;
}
#bg #wrapper #body #viz_body #viz_text #viz_right {
	float: right;
	height: 200px;
	width: 245px;
}
#bg #wrapper #body #viz_body #viz_imgs {
	padding: 15px;
	clear: both;
	width: auto;
	height: 150px;
}
#bg #wrapper #body #viz_body #viz_text {
	height: 225px;
	width: auto;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

