
.section {
}

.container {
}

.code {
	clear: both;
}


.tt_title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 100px 0 20px 0;
}

.tt_box {
	background-color: #BBBBBB;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	width: 500px;
	height: 150px;
	border: 1px solid #333333;
	padding: 100px 0 0 0;
	margin: 30px 0;
}

