@font-face
			{
				font-family: myFirstFont;
				src: url('../font/MarkScOffc-Bold.ttf');

			}

@font-face
			{
				font-family: mySecFont;
				src: url('../font/MarkOffc.ttf');

			}





body,html{background:#06304D;margin: 0px;padding: 0px;}


#borderBox{
  width:  1920px;
  height: 1080px;

  position: absolute;
  z-index: 1000;
}

#mainBox{

    width:  1920px;
    height: 1080px;
    /*width:  100%;
    height: 100%;*/
    overflow: hidden;

    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
   /* background: white;*/
position: relative;

}

#vid{

  position: absolute;
  left: 120px;
    top: 290px;
  z-index: 999;
  opacity: 0;


}



#can{
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left:0px;
  margin-top:0px;
}

#canBg{
  margin-left:0px;
  margin-top:0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

#canBgNewsImgBlur{
  opacity: 0.1;
  margin-left:0px;
  margin-top:0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
