@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container #title {
	height: 150px;
	width: 800px;
}
#Main_text {
	float: right;
	width: 600px;
	background-color: #CCC;
}
#Left_container {
	float: left;
	width: 200px;
}
#Picture_1 {
	height: 150px;
	width: 200px;
}
#Picture_2 {
	height: 150px;
	width: 200px;
	background-image: url(Flash/Industry/containers.gif);
}

#main_container {
	width: 800px;
}
