#h2
{
font-family:Helvetica;
text-align:center;
font-size:25px;
text-decoration:underline;
}
#body h3
{
font-family:Helvetica;
text-align:center;
font-size:14px;
text-decoration:underline;
}
body
{
background-color:#fff;
}
#body p
{
text-align:center;
}
#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	opacity:0.3;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

.mentions-back{
	outline: none;
	padding:65px;
	text-indent: -9000px;
	width: 49px;
	height: 42px;
	background: transparent url(../images/arrow2.png) no-repeat center center;
	position:absolute;
	top:-10px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-moz-transition: all 0.2s ease-in-out 0,2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
	-ms-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
}

.mentions-back:hover{
	outline: none;
	text-indent: -9000px;
	width: 49px;
	height: 42px;
	background: transparent url(../images/arrow3.png) no-repeat center center;
	position:absolute;
	cursor: pointer;
	opacity: 1;
	
}

.mentions-back:target{
	left: 3px;
	opacity: 1;
}