@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	padding: 0 10% 0 10%;
	margin: 0 auto;
	width: 100%;
	height: auto !important;
	height: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #808080;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position: relative;
	text-align: center;
	font-size: 28px;
	text-shadow: 0px 0px 10px black;
	-webkit-text-size-adjust: 100%;
}

.header {
	padding: 10px 0px 0px 0px;
	position: fixed !important;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.language {
	padding: 15px 50px 0px 50px;
	position: fixed !important;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 16px;
	text-shadow: 0px 0px 5px black;
	color: #aaaaaa;
	text-align: right;
}

.main {
	padding: 220px 0px 10px 0px;
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0%;
	right: 0%;
	bottom: 0;
	margin: auto;
}

.mainScroll{
	margin: auto;
	text-align:center;
	width:100%;
	height:70%;
	position: center;
	overflow-y:auto;
}

.mainText {
	padding: 0px 0px 30px 0px;
}

.mainText img.rarrow {
	
}

.mainText a {
	line-height:120%;
}

.footer {
	padding: 20px 0px 20px 0px;
	position: fixed !important;
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 0;
	margin: auto;
}

.footer .privacyPolicy {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
}
