body{
	background: #000;
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 }


img.ri
{
	position: absolute;
	max-width: 80%;
	top: 10%;
	left: 10%;
}

img.ri:empty
{
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri {
      max-width: 90%;
  }
}

@media screen and (orientation: landscape) {
  img.ri {
      max-height: 90%;
  }
}


div.footer{
width: 250px;
height: 110px;
position:absolute;
top:75%;
left: 50%;
margin-top: -55px;
margin-left: -125px;
}


h6.footer{
	color: #fff;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;	
	text-shadow: 0 2px 2px #000;
}

a.email{
	color: #fff;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;	
	text-shadow: 0 2px 2px #000;
	text-decoration: none;
}

a.email:hover{
	color: #aaa;
	cursor: pointer;
	text-decoration: none;
}
