::-moz-selection{
	background:#79919d;
	color:#fff;
}

::selection {
	background:#79919d;
	color:#fff;
}


/* end reset */

/* start site css */

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden !important;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background: url(../images/bg.jpg) no-repeat bottom center;
	background-size:cover;
}

@media screen and (max-width: 1366px) {
	html, body {
		background-size: 1366px 909px;
	}
}

.a1 {
	margin: 20px 0 0 0;
	width:449px;
	height:244px;
	background: url(logo.png);
	position:relative;
}

h2 {
	font-size: 13pt;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #0061a6;
	font-weight: bold;
}

.info {
	width: 100%;
	height: 80px;
	bottom:0px;
	overflow: hidden !important;
	padding:10px;
	background: rgba(255,255,255,0.7);
	color: #333;
	font-size: 8pt;
	line-height:14px;
	text-align: center;
	position: absolute;
}

.a2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	line-height:20px;
	width: 700px;
	text-align:center;
	color:#FFF;
	background: rgba(0,97,166,0.9);
	padding: 10px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -350px;
}
.a3{
	background:#FFF;
	position:absolute;
	bottom:99px;
	width:100%;
	height:100px;
	padding-top:10px
}
.a3 img {
	margin-right:10px
}
a {color:#FFF;text-decoration:none;}
a:hover {color:#eaeaea}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 736px) { 
	body{
		background-size:cover;
		background-repeat:no-repeat
	}
	.a2{
		bottom:210px
	}
}