@charset "utf-8";
/* CSS Document */
body{	
	font-family: 'Proxima Nova', verdana, 'Oswald', sans-serif;
	color:#FFF;
}

#main{
	min-height:100%;
	position:relative;
	padding:15px;
}
#centre{
	width:100%;
}
#centre a{
	position:fixed;
	left:0px;
	bottom:7%;
	width:100%;
	max-width:500px;
	height:auto;
	padding:0;
	margin:0;
}
#centre a:hover{
	display:none;
}
#centre a img{
	width:100%;
	height:auto;
}

#background{
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#background img{
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto;
  min-width:50%;
  min-height:50%;
}

#footer{
	position:fixed;
	bottom:0px;
	width:100%;
	height:auto;
	background-color:black;
    left:0px;
	/*opacity:0.6;*/
	padding-top:8px;
}

#footer-left{
	float:left;
	max-width:35%;
	padding: 0 20px 10px 0;
	padding-left:5px;
}

#footer-left img{
	width:100%;
	max-width:225px;
	height:auto;
}

#footer-right{
	float:right;
	max-width:100%;
	width:auto;
	padding-bottom:10px;
	padding-right:10px;
}

#footer-right a{
	display:block;
 	float:right;
 	height:auto;
	padding:3px;
	margin-right:5px;
	/*
	border-radius:10px;
  	-webkit-border-radius: 10px;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	/*-moz-border-radius: 10px; /* Firefox 1-3.6 */

 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 	box-sizing: border-box;         /* Opera/IE 8+ */	
}

.lnk-red:hover{
	background-color:rgba(255, 0, 0, 0.4);
}
.lnk-green:hover{
	background-color:rgba(0, 255, 0, 0.4);
}
.lnk-yellow:hover{
	background-color:rgba(255, 255, 0, 0.4);
}
.lnk-blue:hover{
	background-color:rgba(0, 0, 255, 0.4);
}
.lnk-grey:hover{
	background-color:rgba(112, 138, 144, 0.4);
}

#footer-right a img{
 	width:40px;
	height:auto;
}

#footer-btm{
	width:100%;
	float:left;
	text-decoration:none;
	color:#fff;
	text-shadow:#000 1px 1px;
	padding-bottom:15px;
	padding-left:8px;
}

#footer-btm a{
	text-decoration:none;
	color:#fff;
	text-shadow:#000 1px 1px;
}

#footer-btm a:hover{
	text-decoration:none;
	color:#fff;
	background-color:rgba(112, 138, 144, 0.3);
	
}
