body
{
	
}

#header
{
	position: fixed;
	top: 0;
	width: 100vw;
}


#footer
{
	position: fixed;
	bottom: 0;
	left: -35px;
	height: 30px;
	width: 100vw;
	text-align: right;
	padding: 5px 5px 5px 15px;
	background: #ffe;
}

@font-face {
  font-family: "Deja vu sans";
  src: url(../fonts/dejavu-fonts-ttf-2.37/ttf/DejaVuSans.ttf);
}

body
{
	font-family: "Deja vu sans", "sans";
}

h1,h2,h3
{
	text-align:center;
}

.emph {
	text-transform: uppercase
}

.centered
{
	text-align:center;
}

p,div
{
	padding: 0 20px 0 20px;
}