html, body, .container
{
    height:100%;
}

body {
    background-color: #fafaf0;
	font-family: Arial, Helvetica, sans-serif;
	color: #5d6568;
}

.container
{
    display:table;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row
{
    height: 100%;
    display: table-row;
}

.no-float {
    float: none;
}

.text
{
	padding-top: 10%;
    display: table-cell;
	text-align: center;
}

.tile {
    background-image: url("../images/tile.png");
    background-repeat: repeat-y;

	margin-top: 0;
	margin-bottom: 0;

	display: table-cell;
}

.wheel {
	margin-top: 30px;
}

a:link, a:visited, a:hover, a:active {
    color: #5d6568;
	text-decoration: none;
}

a:hover {
    color: #5d6568;
	text-decoration: underline;
}