body {
    margin:0;
	width: 100%;
	height: 100%;
	border:none;
	background-color:transparent;
overflow:hidden;}

canvas {
	background-color:transparent;
 }
	
	#gradient
{
  width: 100%;
  height:1200px;
  padding: 0px;
  margin: 0px;
}

#wrapper {
 }

/*li {
    position: absolute;
    width: 60px;
    height: 60px;    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color:#0FF;
    line-height: 60px;
    text-align:center;
    cursor:pointer; }*/
	
.sturt	{
width: 75px;
height:75px;
text-decoration:none;
list-style-type:none;
/*right:0;
bottom:0;*/

 background-image:url(../Sturtevant_Haring.png);
 background-size:cover;
 box-shadow:0px 0px 20px #F30;
	position: fixed;
    -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
		  z-index:10000;
}

.bit	{
width: 75px;
height:75px;
text-decoration:none;
list-style-type:none;
/*right:0;
bottom:0;*/

 background-image:url(gif-bitcoin-3.gif);
 background-size:cover;
	position: fixed;
    -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
		  z-index:10000;
}


.key_icon	{
width: 75px;
height:50px;
text-decoration:none;
list-style-type:none;
/*right:0;
bottom:0;*/

 background-image:url(key_icon.png);
 background-size:cover;
/* box-shadow:0px 0px 20px #000;*/
	position: fixed;
    -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
		  z-index:10000;
}



.sturt:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
		  	border:none;
}

.key_icon:hover {
width: 100px;
height:75px;
		  	border:none;
}




.drop	{
width: 75px;
height:75px;
text-decoration:none;
list-style-type:none;
		  z-index:10000;

/*right:0;
bottom:0;*/


	position:fixed;
    -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}



.drop:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}


.iframe {
	position:fixed; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999; background-color:transparent;}


