html {
  /*background: #f7f7f7 url(http://css-tricks.com/examples/RoundButtons/images/bg.png) repeat center top;*/
  background: #c8d8ed;
}

.floatBox {
	position: fixed;
	top: 0.5em;
	right: 0.5em;
	width: 15%;
	background-color: rgba(146,146,146,0.25);
	padding: 0.5em;
	font-size: 80%;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	border-radius: 1em;
}

.tinyblack {
	bottom: 0;
	color: black;
	font-size: 40%;
	position: absolute;
}

#sponsor {
	color: green;
}

#supporters {
	color: red;
}

#patreonStuff {
	color: blue;
}

HR {
    border: 50;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	align:"center";
	width:"50%";
}



