﻿* {
	font-family: 'Ubuntu', sans-serif;
	font-size: 10px;
	color:#FFF;
}
body {
	background: #66a1d8 url('img/circles.png') repeat-x fixed left bottom;
	margin:0;
	padding:0;
	height: 100%;
}
h1 {
	font-size: 2.2em;
	margin:0;
	padding:0;
	line-height:2em;
}
p {
	font-size:1.4em;
	margin:0;
	padding:0;
	line-height:1.6em;
}
a {
	font-size:1em;
	color: #FFF;
	text-decoration:none;
}
a:hover {
	border-bottom:1px #FFF dashed;
}
span {
	font-size:1em;
	margin:0;
	padding:0;
	color:#e70033;
}
header {
	background: url('img/header.jpg') repeat-x center;
	width: 100%;
	height: 100px;
	border-bottom: 1px #FFF solid;
}
#container {
	margin:0 auto;
	width:100%;
	text-align:center;
}
.logo {
	margin: 20px auto 20px auto;
	width: 100%;
	height: 38px;
	background: url('img/Filter_logo.png') no-repeat center;
}
.data {
	margin: 0 auto;
	padding: 10px;
	width: 280px;
	border:1px #FFF solid;
	background-color:#0063be;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 8px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    4px 4px 8px rgba(50, 50, 50, 0.5);
	box-shadow:         4px 4px 8px rgba(50, 50, 50, 0.5);
}
.qr {
	width: 100%;
	height: 300px;
	background: url('img/QR.png') no-repeat center;
	margin: 10px auto;
}
.gft {
	width: 100%;
	height: 130px;
	margin: 0x auto;
}
a.nav {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 85px;
	background-image:url('img/GFT1.png');
	background-repeat:no-repeat;
	background-position:center;
}
a.nav:hover {
	background-image:url('img/GFT2.png');
	border-bottom:0;
}