@CHARSET "UTF-8";

.ce_advent_calendar_start {
	width: 100%;
	background-image: url('../img/bg.jpg');
}
.ce_advent_calendar_start .row {
	display: table;
	width: 100%;
	
}
.ce_advent_calendar_start .row .column {
	display: table-cell;
	width: 16%;
	height: 90px;
	text-align: center;
	vertical-align: middle;
}
.ce_advent_calendar_start .row .column a {
	display: table;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	width: 100%;
	height: 100%;
}
.ce_advent_calendar_start .row .column span.title {
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	color: #006fC5;
}
.ce_advent_calendar_start .row .column a:hover span.title {
	color: #FFFFFF;
}