@charset "UTF-8";
/* CSS Document */
body {
	background:url(../images/backgrounds/page-6.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;

}

#rsa {
	font-family:"Gill Sans";
	font-size:1.5em;
	font-weight:100;
	color:#FFF;	
	margin-left:10%;
	margin-top:20%;
	opacity:0.75;
}

#rsa a:hover {
	color: #bab6b3;
	text-decoration:none;
}


#email {
	font-family:"Gill Sans";
	font-size:1.5em;
	font-weight:100;
	color:#FFF;
	margin-left:6%;
	margin-top:3%;
	opacity:0.75;
	
}

#email a:hover {
	color:#bab6b3;	
	text-decoration:none;
}

#back {
	font-family:"Gill Sans";
	font-size:1em;
	font-weight:100;
	color:#FFF;
	text-align:right;
	margin-right:5%;
	margin-top:10%;
	opacity:0.75;
}

#back a:hover {
	color: #bab6b3;	
	text-decoration:none;
}
