﻿#buttons_front {
	padding: 100px 0 50px 0;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.front_button {
	display: inline-block;
}
.front_button a {
	border: 1px solid #d0d0d0;
	display: table;
	overflow: hidden;
	padding: 10px;
	font-size: 11pt;
	color: #333333;
	margin: 10px;
}
.front_button a:hover {
	background: #EEF0F4;
	border: 1px solid transparent;
}
.front_button_half {
	position: relative;
	display: table;
}
.front_button_half img {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.front_button_half span {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 128px;
	height: 60px;
}
.front_button_white_text {
	color: white;
	font-size: 14pt;
}
