html {
  	position: relative;
  	min-height: 100%;
 	background: url('/images/bg.png') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body {
	margin-bottom: 20px;
}

.content {
	margin-top: 50px;
 	background: transparent url('/images/clear.png') no-repeat center center fixed; 
}

.footer {
  	position: absolute;
  	bottom: 0;
 	width: 100%;
  	height: 20px; 
}

.footer {
    text-align: center;
}

.footer-icon {
	vertical-align: middle;
}

.biggify {
    font-size: 26px;
}

#makemeclear {
  content: "";
  background: url(/images/clear.png);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
#  z-index: -1;   
}

