body::-webkit-scrollbar{ display:none; }
*
{   font-family:Oswald,sans-serif;
    font-size:16px;
    font-weight:normal;
    color:#ffffff;
  }

body::-webkit-scrollbar{ display: none; }
body {
   background:black url("image/clouds.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-size: cover;
}
.pageFrm{
  width:100%;
  height:100%;
  padding:0px;
  margin:auto;
  align:center;}

.menuFrm{
  justify-content: center;
  top:200px;
  height:65px;
  max-width:100%;
  width:1200px;
  vertical-align:top;
  background-color:#352a92;
  }
.mainFrm{
  position:fixed;
  top:260px;
  }
.container{
	position: fixed;
	top: 70px;
	left:0;
	bottom: 0;
	right: 0;
  z-index: -1;
}
.topMain{
  position:fixed;
  top:70px;
  vertical-align: top;
  height:825px;
  width:100%;
}
.botMain{
 position:fixed;
 top:440px;
 vertical-align: bottom;
 height:390px;
 width:100%;
}
.upDate{
 position:fixed;
 top:835px;
 vertical-align: top;
 height:68px;
 width:100%;
}
