header, footer, article [href="#"] {
	display: none;
}

body {
	background: #ffffff;
}

article {
	width: calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	margin: 0;
	padding: 42px 50px 42px 50px;
}

p {
	margin: 0px 0px 20px;
	letter-spacing: 1px;
	line-height: 13px;
}

h1, h2 {
	display: block;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

h1 {
	font-size: 12px;
}

h1:after {
	content: "";
}

article > a:first-child, article > a:last-child {
	position: fixed;
	color: transparent;
	width: calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	height: 32px;
	background-position: 45% 50%;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

article > a:first-child {
	top: 0;
	background-image: url("../../graphics/arrow-up.png");
}

article > a:last-child {
	bottom: 0;
	background-image: url("../../graphics/arrow-down.png");
}
