@CHARSET "UTF-8";

@font-face {
	font-family: Mohave;
	src:url('../font/Mohave.otf');
}

#bg{
	position:absolute;
	width:100%;
	height:100%;
	background: url(../img/bg/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	left: 0;
	bottom:0;
	z-index:1;
}

#head{
	font-family: Mohave, Arial;
	position:absolute;
	width:25%;
	height:10%;
	right:20px;
	top:20%;
	color: #FFFFFF;
	font-size: 32px;
	font-weight:bold;
	z-index:2;
}
#text{
	font-size: 25px;
	text-align:justify;
}

#lasttweettext{
	font-family: Mohave, Arial;
	position:absolute;
	width:100%;
	height:auto;
	left:1%;
	bottom:2%;
	color: #FFFFFF;
	font-size: 32px;
	z-index:2;
}

#lasttweetdate{
	font-size: 20px;
}

.twitterlink{
	font-family: Mohave, Arial;
	color: #FFFFFF;
	text-decoration:none;
}

#imprlinkcontainer{
	position: absolute;
	width:10%;
	height:5%;
	top:2%;
	left:2%;
	z-index:2;
}

#imprlink{
	font-family: Mohave, Arial;
	color:#FFFFFF;
	cursor:pointer;
}

#imprcontainer{
	display:none;
	position: fixed;
	width:30%;
	height:80%;
	left:0;
	top:10%;
	bottom:10%;
	overflow: hidden;
	z-index:2;
}

#impr{
	background-image:url(../img/transp/transpBlack50.png);
	font-family: Mohave, Arial;
	width: 100%;
	height: 100%;
	overflow:auto;
	padding-right: 17px;
	z-index:3;
	text-align:justify;
	color:#FFFFFF;
	padding-left:2%;
	padding-bottom:2%;
}

.imprclose{
	padding-right: 17px;
	background-image:url(../img/transp/transpBlack50.png);
	font-family: Mohave, Arial;
	text-align:right;
	width: 100%;
	z-index:2;
	text-align:right;
	padding-bottom:1%;
}

.closelink{
	font-family: Mohave, Arial;
	color:#FFFFFF;
	cursor:pointer;
}

.social{
	width:80px;
	height:80px;
	position:absolute;
	z-index:50;
	top:20px;
	background-repeat:no-repeat;
	padding-left: 3px;
	cursor:pointer;
}

#socialgplus{
	right:20px;
	background-image:url(../img/socialicons/g+.png);
}
#socialtwitter{
	right:105px;
	background-image:url(../img/socialicons/twitter.png);
}
#socialfacebook{
	right:190px;
	background-image:url(../img/socialicons/facebook.png);
}

#invisiblestuff{
	display:none;	
}