body{
	width:100%;
	height:100%;
	background-size:100%;
	display:block;
	padding:0;
	margin:0;
	background:url(bg.jpg) no-repeat;
	font-family:Arial,Helvetica,sans-serif;
	overflow:hidden;
}
header, section, footer{
	display:block;
}

/* Header */
header{
	width:100%;
	background:#000;
	background:rgba(255, 255, 255, 0.3);
	color:#ccc;
	padding:0px 0;
	font-family:Arial Narrow, Arial, sans-serif;
	letter-spacing:1px;
	margin-bottom:20px;
	position:absolute;
	top:0;
	left:0;
	z-index:99;
}
header h1{
	margin:0 50px;
	text-shadow:1px 1px 0 #FFF, 2px 1px 1px #CCC;
	float:left;
}
#backlinks{
	float:right;
	margin:-10px 20px;
	line-height:25px;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}
#backlinks a{
	color:#35BFFF;
	text-decoration:none;
	margin:3px 0 0;
	display:block;
}
#backlinks a:hover{
	color:#91DCFF;
}

/* Footer */
footer{
	background:rgb(0, 0, 0);
	background:rgba(255, 255, 255, 0.3);
	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;
}
.cloud{
	width:200px;
	height:205px;
	background:url(login.png) no-repeat 0 0;
	position:absolute;
	z-index:10;
}
.clouds{
	width:200px;
	height:205px;
	background:url(branch.png) no-repeat 0 0;
	position:absolute;
	z-index:10;
}
.cloudss{
	width:200px;
	height:205px;
	background:url(user.png) no-repeat 0 0;
	position:absolute;
	z-index:10;
}
#cloud1{
	top:40%;
	left:30%;
	z-index:3;
}
#clouds2{
	top:40%;
	left:50%;
}

#clouds3{
	top:40%;
	left:70%;
}

#logout_header
{
	width:1000px;
	height:120px;
	margin:0px auto;
	padding:0px;
}
#logout_header_left
{
	width:500px;
	height:120px;
	float:left;
}