
footer{
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	height:25px;
	width:100%;
	line-height:25px;
	position:absolute;
	bottom:0;
	left:0;
	bottom:0;
	left:0;
	color:#888;
	font-size:11px;
	z-index:99;
}
footer span{
	padding-left:20px;
}
footer a{
	color:#1FA2E1;
}

/* jqFloat.js */
#wrapper{
	width:100%;
	height:100%;
}
#holder{
	width:600px;
	max-width:100%;
	height:auto;
	position:relative;
	background:#fff;
	border-radius:30px;
	border:5px solid #2e5594;
	margin:10% auto 0;
	padding:1em 3em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#holder h2{
	font-size:33px;
	font-style:italic;
	letter-spacing:2px;
	text-shadow:1px 1px 0px #fff, 2px 1px 0 #999;
	font-family: Gill Sans MT, sans-serif;
}
#holder h2 span{
	color:#DE390E;
}
#holder p{
	line-height:150%;
}
#holder pre{
	background:#f4f4f4;
	padding:10px 25px;
}
#cracker1{
	top:17%;
	left:22%;
	z-index:3;
}

.cracker{
	width:400px;
	height:454px;
	background:url(../img/RL_Cracker.png) no-repeat 0 0;
	position:absolute;
	z-index:10;
}
