img,
.tab a{
	user-drag: none; 
	-moz-user-select: none;  
	-webkit-user-drag: none;
}
.act_content,p {
  font-family: Arial, Helvetica, sans-serif !important;
}
.btn-hover:hover{
	opacity: 0.9;
	cursor: pointer;
	-ms-transform: scale(1.1); /* IE 9 */
   	-webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
.content{
	width: 1245px;
	height: 605px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	position: absolute;
}
h1{
	font-size: 1.56em;
}

.home{
	display: inline-block; 
	position: absolute;
	right: 27px;
	bottom: 17px;
}

.icon_close_button{
	position: absolute;
	top: -23px;
	right: -23px;
}