.head_container {
	height: 455px;
	background:
		url('/static/images/koreanclass101/splash/header-background.jpg')
		center center #a21c27;
	font-family: Helvetica, Arial;
}

.text_container .left .title {
	color: #a21c27;
	font-weight: bold;
	font-size: 21px;
}

.head_container .signin .button:hover {
	background: #a21c27;
}

.head_container .right .secure_box {
	width: 130px;
	float: right;
	background: url('/static/images/splash/lock-gray.png') left center
		no-repeat;
	padding: 5px 0 2px 30px;
	color: white;
	font-weight: normal;
	font-size: 11px;
	margin-top: 12px;
	text-align: left;
}