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

}

#name ul{
	font-family:"Gill Sans";
	font-size:1.5em;
	font-weight:100;
	color:#FFF;
	text-align:right;
	margin-right:20%;
	margin-top:20%;
	opacity:0.75;
}

#name ul li {
	list-style-type:none;	
}

#home a:link {
	color:#FFF;
	text-decoration:none;
}

#name a:active {
	color:#FFF;
	text-decoration:none;
}

#name 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;
	opacity:0.75;
}