.center .page .buttonbar
{
	height: 10em;
	width: 100%;
}

.center .page .buttonbar .bigbutton
{
	display: inline-block;
	height: 100%;
	width: 45%;
	border-radius: 10px;
	border: 5px solid rgb(120,140,230);
	background-color: rgb(120,140,230);
	margin: 0px 0.5em;
	text-align: center;
}

.center .page .buttonbar .bigbutton a
{
	display: table;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-weight: bolder;
	font-size: 3em;
}

.center .page .buttonbar .bigbutton a div
{
	display: table-cell;
	vertical-align: middle;
}
