/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 32px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px; /* Set the fixed height of the footer here */
  line-height: 32px; /* Vertically center the text there */
  background-color: #f5f5f5;
  text-align:center;
}

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/*
html {
  padding:0;
  margin:0;
  font-family: sans-serif;
  background:#768678;
  color:#000;
}

body {
  padding:3em 0 0 0;
}

body, .wrapper {
  margin:10px auto;
  width:768px;
  padding-left:8px;
  padding-right:24px;
}

header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  background:#333;
  color:#777;
}

footer {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  text-align: center;
  font-size: 16px;
  font-family: monospace;
  background:#333;
  color:#777;
}

main {
}

a:link { 
  color:#ccc;
} 
a:visited { 
  color:#ccc;
} 
a:focus { 
  color:#fff;
} 
a:hover { 
  color:#fff;
} 
a:active { 
}

.logo {
  padding-top:32px;
}

h1 {
	text-align:center;
	text-decoration:underline;
}

h2 {
}

p.blk {
	text-align:justify;
}

.logo {
	width:256px;
	height:256px;
	margin:32px auto;
}

.logobg {
	width:256px;
	height:256px;
	background:#ccc;
	border:2px solid #333;
	text-align:center;
	margin:0px auto;
	font-size:192px;
	border-radius:128px;
	display: table-cell;
	vertical-align:middle;
}

.logobg span {
	display: inline-block;
	font-family: serif;
}
*/