html{

}

body{
	width: 100%;
	min-width: 800px;
	height: 100%;
	margin: 0;
	
	
}

#css1 {
	display: none;
	height: 0px;
	width: 0px;
	margin: 0px;
}

.back1 {
	position: fixed;
	width: 100%;
	min-width: 800px;
	height: 100%;
	margin: 0;
	background-color: black;
	z-index: -1;
}

footer{
	position: fixed;
	font-size: 20px;
	width: 100%;
	min-width: 800px;
	bottom: 0;
	left: 0px;
	right: 0px;
	height: 30px;
	background-color: black;
	color: white;
	z-index:100;
}



.F0 {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
}

.F1 {
	position: relative;
	top: 3px;
	left: 20px;
	margin: 0;
	float: left;
}

.F2 {
	position: relative;
	top: 3px;
	right: 20px;
	margin: 0;
	float: right;
}
/*Index page*/
.main {
		position:absolute;
		width: 100%;
		height: 100%;
}

.warningJS {
	position: relative;
	width: 80%;
	padding: 0;
	border: 0;
	left: 10%;
	right: 10%;
	top: 25%;
	font-size: 30px;
	content: center;
	z-index: 1;
}

.splash{
		position:absolute;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		border: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
}

.splash2{
		position:relative;
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		margin-bottom: 0%;
		margin-top: 0%;
		z-index: 4;
		
-webkit-animation: cssAnimation 5s 2 linear;
-moz-animation: cssAnimation 5s 2 linear;
-o-animation: cssAnimation 5s 2 linear;
}
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotateY(4deg) scale(1) skew(1deg) translate(0px); }
to { -webkit-transform: rotateY(360deg) scale(1) skew(1deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotateY(4deg) scale(1) skew(1deg) translate(0px); }
to { -moz-transform: rotateY(360deg) scale(1) skew(1deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotateY(4deg) scale(1) skew(1deg) translate(0px); }
to { -o-transform: rotateY(360deg) scale(1) skew(1deg) translate(0px); }
}
/*End Index page*/

.Top {
	position: fixed;
	left: 0px;
	right: 0px;
	min-width: 800px;
	height: 60px;
	background-color: black;
	border-style: outset;
	border-color: grey;
	border-width:3px;
	z-index:102;
}

.TopIMG {
	Position: absolute;
	width: 58px;
	top: 1px;
	left: 1px;
	-webkit-animation: cssAnimation 5s infinite linear;
-moz-animation: cssAnimation 5s infinite linear;
-o-animation: cssAnimation 5s infinite linear;
}

.TopIMG2 {
	Position: absolute;
	width: 58px;
	top: 1px;
	right: 1px;
	-webkit-animation: cssAnimation 5s infinite linear;
-moz-animation: cssAnimation 5s infinite linear;
-o-animation: cssAnimation 5s infinite linear;
}

.TopTitle {
	position: absolute;
	top: 1px;
	left: 60px;
	right: 60px;
	text-align: center;
	font-size: 50px;
	color: green;
}

.Top2 {
	position: fixed;
	top: 61.5px;
	left: 0px;
	right: 0px;
	min-width: 800px;
	height: 40px;
	background-color: black;
	border-style: outset;
	border-color: grey;
	z-index:101;
}

.Main {
	position: fixed;
	top: 100px;
	bottom: 30px;
	left: 0px;
	right: 0px;
	background-color: transparent;
	border-style: inset;
	border-color: grey;
	border-width:3px;
	min-width: 780px;
	color: #939393;
	z-index: 100;
}

.Wrapper1 {
	position: absolute;
	width: 100%;
	min-width: 800px;
	left: auto;
	right: auto;
	font-size: 25px;
	text-align: center;
	overflow: auto;
	top: 0px;
	bottom: 0px;
}

.Columns{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10px;
	left: auto;
	right: auto;
	
}

.Column1{
	position: absolute;
	width: 100px;
	height: 600px;
	left: 5px;
}

.Column2{
	position: absolute;
	text-align: center;
	height: 800px;
	left: 110px;
	right: 110px;
}

.Column3{
	position: absolute;
	width: 100px;
	height: 600px;
	right: 5px;
}

.Column4{
	position: relative;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 25px;
}

.Column5{
	position: absolute;
	left: 0px;
	right: 325px;
	visibility: visible;
	text-align: left;
}

.Column5a{
	position: absolute;
	left: 0px;
	right: 0px;
	visibility: visible;
	text-align: right;
	
}

.Column5b{
	position: absolute;
	left: 0px;
	right: 325px;
	visibility: visible;
	text-align: left;
	
}

.Column5c{
	position: relative;
	width: 475px;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
	text-align: center;
	
}

.Column6{
	position: absolute;
	text-align: right;
	height: 800px;
	left: 0px;
	width: 230px;
	display: block;
}

.Column7{
	position: absolute;
	text-align: center;
	left: 235px;
	right: 325px;
	display: block;
}

.Column8{
	position: absolute;
	text-align: center;
	width: 325px;
	right: 0px;
	display: block;
}

.Column9{
	position: relative;
	text-align: center;
	width: 100%;
	display: block;
}

.D1 {
	text-align: center;
	font-size: 24px;
}

.P1 {
	text-align: left;
	font-size: 24px;
	display: inherit;
}

.P2 {
	text-align: left;
	font-size: 18px;
	width: 95%;
}

.P3{
	text-align: right;
	font-size: 24px;
}

.M1{
	Position: relative;
	width: 100%;
	font-size: 30px;
}

.Never {
	display: none;
}

.ad1 {
	position: relative;
	width: 100%;
	height: 94px;
	text-align: center;
	
}

.ButA {
   background-color: rgba(38,102,42,1);
   -webkit-box-shadow: 2px 2px 4px 1px rgba(163,137,163,1);
      -moz-box-shadow: 2px 2px 4px 1px rgba(163,137,163,1);
           box-shadow: 2px 2px 4px 1px rgba(163,137,163,1);
   border: solid 3px rgba(27,52,219,1);
   -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
           border-radius: 25px;
   width: 150px;
   height: 50px;
   margin: 5px;
   padding: 2px;
   display: inline-block;
   font-size: 18px;
   line-height: 20px;
   text-align: center;
   color: rgba(237,220,237,1);
   text-transform: capitalize;
}
.ButA:hover {
   -webkit-box-shadow: 2px 2px 4px 1px rgba(163,137,163,1)inset;
      -moz-box-shadow: 2px 2px 4px 1px rgba(163,137,163,1)inset;
           box-shadow: 2px 2px 4px 1px rgba(163,137,163,1)inset;
   color: rgba(0,0,0,1);
}

.ButB{
   background-color: rgba(38,102,42,1);
   -webkit-box-shadow: 2px 2px 4px 1px rgba(163,137,163,1);
      -moz-box-shadow: 2px 2px 4px 1px rgba(163,137,163,1);
           box-shadow: 2px 2px 4px 1px rgba(163,137,163,1);
   border: solid 3px rgba(27,52,219,1);
   -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
           border-radius: 25px;
   width: 150px;
   height: 50px;
   margin: 5px;
   padding: 2px;
   display: inline-block;
   font-size: 18px;
   line-height: 20px;
   text-align: center;
   color: rgba(237,220,237,1);
   text-transform: capitalize;
}
.ButB:hover {
   -webkit-box-shadow: 2px 2px 4px 1px rgba(163,137,163,1)inset;
      -moz-box-shadow: 2px 2px 4px 1px rgba(163,137,163,1)inset;
           box-shadow: 2px 2px 4px 1px rgba(163,137,163,1)inset;
   color: rgba(0,0,0,1);
}
