@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Uncial+Antiqua);

body {
	background: url(../img/back.jpg);

	color: #AAAAAA;
	font-family: 'Open Sans Condensed';
}

h1 {
	font-family: 'Uncial Antiqua';
	font-size: 70px;

	text-align: center;

	color: #EEEEEE;
}

section {
	margin-left: auto;
	margin-right: auto;
	width: 400px;

	font-size: 24px;
}

section div {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
}

a.button {
	display: block;
	border-radius: 8px;

	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 45px;

	padding: 10px;
	margin-top: 20px;

	background: #CECECE;
}

a.button:hover {
	background-color: #888888;
}

label {
	display: block;
}

footer {
	margin-top: 30px;

	text-align: center;
	font-size: 12px;
}

footer p {
	margin: 0;
	padding: 0;
}

footer a {
	text-decoration: none;
	color: #FFFFFF;
}

footer a:hover {
	text-decoration: underline;
}



