html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html,
body{
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 1.1;
	background-color: rgba(155,155,155,1.0);
  font-family: 'CBSNEW-Bold';
}
canvas{
  z-index: 100;
}
#banner{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
  background-color: rgba(17, 17, 55, 1.0);
  color: rgba(225, 225, 225, 1.0);
}
#wrapper{
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid rgba(238, 114, 18, 1.0);
  z-index: 1000;
}
#header1,
#header2,
#header3,
#header4{
  text-transform: uppercase;
  width: 100%;
}
#button{
  position: relative;
  margin: 0 auto;
  border: 1px solid rgba(238,114,18,1.0);
  border-radius: 8px;
  z-index: 1000;
}
#logo img{
	width: 100%;
	height: auto;
}
#back {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  ;
}

#back a {
  color: rgba(17, 17, 55, 1.0);
  text-decoration: none;
  font-size: 24px;
}.orange{
  color: rgba(238, 114, 18, 1.0);
}
.red-back{
	background-color: rgba(236,28,36,1.0);
}
.dark-red-back{
	background-color: rgba(142,20,36,1.0);
}
.blue-back{
	background-color: rgba(25,71,110,1.0);
}
.abs{
	position: absolute;
}
