#textframe {
	width:100%;
}

#textbox {
	width:100%;
	text-align: center;
	font-size: 26px;
	padding-top: 20px;
	color: #454545;
}

#textbox_col1 {
	float: left;
	margin-left: 138px;
	width: 215px;
	height: 250px;
	margin-top: 15px;
	font-size: 20px;
	color: #454545;
}

#textbox_col2 {
	float: left;
	width: 214px;
	height: 250px;
	margin-top: 15px;
	font-size: 20px;
	text-align: center;
	color: #454545;
}

#textbox_col3 {
	float: left;
	width: 270px;
	height: 250px;
	margin-top: 15px;
	font-size: 20px;
	text-align: right;
	color: #454545;
}