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

}

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

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


#commercials {
	font-family:"Gill Sans";
	font-size:1em;
	font-weight:100;
	color:#FFF;
	margin-left:80%;
	margin-top:23%;
	opacity:0.75;
	
}

#commercials 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:20%;
	opacity:0.75;
	
}

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