@charset "utf-8";

#pagebottom #textblock {
	width: 860px;
}

.link {
	float: left;
	width: 130px;
	height: 55px;
	background: #333333;
	color: #FFF;
	padding: 10px;
	margin-right: 10px;
	text-decoration: none;
}

.link:hover {
	background: #1B3C35;
}