html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #768b40 url(bg.jpg) no-repeat center center;
}
html, body {
	height: 100%;
}  
html, button, input, select, textarea {
	font-family: Ubuntu, sans-serif;
	font-weight: 300;
}
body {
	margin: 0;
	position: relative;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
h1, a, a:visited {
	color: #fff;
}
h1 {
	font-size: 2.4em;
	font-weight: 400;
	margin: 0 0 1em 0;
	text-shadow: #6f7c3b 1px 1px 0;
}
a {
	font-size: 1.5em;
}
.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(overlay.png) no-repeat center 50%;
}
.outer {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 0;
}
.wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.inner {
	position: relative;
	top: 5.5em;
}
.btn {
	display: inline-block;
	text-decoration: none;
	background: #96ac59;
	height: 1.6em;
	padding: 0.4em 1em 0 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 2px solid #5d7330;
	margin-top: 1.2em;
}
.btn:hover {
	background-color: #a4cf56;
}
.rv {
	direction: rtl;
}

@media only screen and (max-device-width: 480px) {
	.inner {
		padding: 0 15px;
	}
}


@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
}