
a,span{
	font-size:inherit;
	color:inherit;
	line-height:inherit;
	font-weight:inherit;
	font-style:inherit;
	text-decoration:inherit;
	}
	
a, a:active, a:focus ,*{outline:none!important;}

.container{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:inline-block;
	}
	
.content{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	top:0;
	left:0;
	display:inline-block;
	}

.invisible{
	position:absolute;
	overflow:hidden;
	width:0px;
	height:0px;
	top:-1px;
	left:-1px;
	opacity:0;
	z-index:-3000;
	}