.it_container {
	background-color: #FFFFFF;
	height: 550px;
	width: 720px;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
}
.it_box {
	height: 400px;
	width: 685px;
	margin-right: auto;
	margin-left: auto;
}
.it_left_box {
	float: left;
	height: 400px;
	width: 425px;
	text-align: left;
	color: #333333;
	font-size: 13px;
	line-height: 150%;
	padding-right: 10px;
}
h1 {
	font-size: 16px;
	margin-top: 20px;
	color: #333333;
}

.it_right_box {
	float: left;
	height: 400px;
	width: 250px;
	background-image: url(../it/it.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

