body { 
	background-image: url(triangular.png);
	color: #555;

	font-family: 'Open Sans', sans-serif;
}

.box {
	width: 48%;
	padding: 1%;
	padding-top: 5px;
	padding-bottom: 25px;

	margin-left: auto;
	margin-right: auto;

	background-color: white;

	border-radius: 2px;
	box-shadow: 0em 0.1em 0.5em rgba(0, 0, 0, 0.15);
	text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.015);
}

.box > p {
	background-color: rgba(0, 0, 0, 0.1);

	padding: 1%;
	border-radius: 2px;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.05);
	margin-bottom: 15px;
}

h1 {
	display: inline-block;
	width: 100%;

	text-align: center;
}

h2 {
	margin-bottom: 0px;
}

.nav {
	width: 100%;
	text-align: center;

	margin-bottom: 25px;
}

.nav > a {
	display: inline-block;

	background-color: #8AD7FF;

	color: white;
	text-decoration: none;

	width: 6em;
	height: 2em;
	line-height: 2em;

	border-radius: 2px;

	box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.05);
}

.footer {
	width: 100%;
	text-align: center;

	font-size: 0.8em;
	color: #888;
}
