html{
    background: url('bg.png') no-repeat 0 0 scroll;
    background-color:#0C0C0C;
    background-size: 100% 100%;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    }
h2 {
    letter-spacing: 30px;
    
}

a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

#contentWrapper {
    width: auto;
    margin: 0;
    height: 600px;
    background: transparent;
    
}
#headerBar {
    height: 25px;
    background: black;
}

#headerBarmini {
    height: 2px;
    background: black;
}
footerBar {
    height: 1em;
    min-width: 100%;
    position: fixed;
    top: 100%;
    margin-top: -1em;
}
footer {
    position: fixed;
    bottom: 0px;
    min-width: 100%;
    background-color: transparent;
}

#toolbarbottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

#toolbarbottom li {
	float: center;
		
}

#toolbarbottom li a {
	display: block;
}

img {
	width: 30%;
}

h1 { font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: "Segoe UI"; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 25.2px; } blockquote { font-family: "Segoe UI"; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 44.1px; } pre { font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }



.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}
