@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
html {
	overflow-y: hidden;
}
body {
	overflow-y: scroll;
}
body {
	background: [whatever];
}

html { 
  background: url(../Links/ratfish_gi_11-bw-grey60.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


}

body{
    color:#FFF;
    font-family:"GT Pressura Bold"; 
    width: 100%;
	
	}

a, a:link {
	color: white;
	text-decoration: none;
	}

	

#logo{
	width:100%;
	float:left;
	padding:20px;
	z-index:150;
	position:fixed;
	
	}

#instagram{
	float:right;
	right:20px;
	padding:20px;
	padding-top:16px;
	padding-right:10px;
	z-index:1000;
	text-align:right;
	position:fixed; 
	letter-spacing: 1px;
	font-size:15px;
	
}
	
	
#footer {
    position: fixed;
    bottom: 20px;
    width: 100%;
}




#center {
    width: 200px;
    margin: 0 auto;
	letter-spacing: 1px;
	font-size:15px;
	text-align:center;
}



#gif {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 700px;
	margin-top: -350px;
	margin-left: -350px;
	
	}

#rotate {
  position:fixed;
  width:90px;
  height:90px;
  line-height:36pt;
  bottom: 20px;
  left:20px;
  font-size: 52px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#rotate2 {
  position:fixed;
  text-align:right;
  float:right;
  width:200px;
  height:100px;
  line-height:36pt;
  bottom: 20px;
  right:30px;
  font-size: 52px; 
}
 

#title {
    float: left;
	text-align: left;
    position: relative;

	
}


#fsbg {
	height: auto;
	width: 100%;
	position: fixed;
	z-index: -100;
	left: 0px;
	top: 0px;
	min-height: 100%;
}





