*{
	margin:0;
	padding:0;
}



html{
	background:url('gb_background.jpg') no-repeat center center;
	
	min-height:100%;
	
	background-size:cover;
}

body{
	/* Workaround for some mobile browsers */
	min-height:100%;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

a, a:visited {
	outline:none;
	color:#1c4f64;
}

a:hover{
	text-decoration:none;
}

section, footer, header{
	display: block;
}


logo {
	position: absolute;
	width: 500px;
	height: 293px;
	top: 28%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
}

footer{
	background-color: #FFFFFF;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 15px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
	padding: 15px;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

.tzine {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}

