@font-face	{	font-family:	ET-D;
				src:			url(../font/ET-D.ttf) format('truetype');
			}

/*				H T M L						*/
html { 	background: 		rgba(0, 0, 0, 1); 
		cursor:				default;
		zoom: 				100%;
		text-transform: 	uppercase;
}

.button {
  background-color: rgb(255, 87, 21);
  border: none;
  color: white;
  padding: 12px 22px;
  text-align: center;
  font-size: 10px;
  margin: 4px 2px;
  opacity: 0.5;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 		5px;
}
.button:hover {opacity: 1}

.label {
  position: absolute;
  top:	478px;
  left: 468px;
  background-color: rgb(255, 87, 21);
  border: none;
  color: white;
  padding: 12px 22px;
  text-align: center;
  font-size: 10px;
  opacity: 0.5;
  display: inline-block;
  text-decoration: none;
  cursor: none;
  border-radius: 5px;
  opacity: 0;
}


/*				M A I N						*/
.main 	{	max-width: 			800px;
			max-height: 		800px;
			background: 		rgba(255, 255, 255, 1); 
			position: 			absolute;
			top: 				50%;
			left: 				50%;	
			width: 				800px;
			height: 			800px;
			margin-left: 		-400px;
			margin-top: 		-400px;
			border-radius: 		25px;
			border: 			1px solid rgba(5, 5, 5, 1);
			overflow: 			hidden;
}

.iheader	{
	position: 			absolute;
	top: 				80px;
	left: 				351px;	
	width: 				400px;
	height: 			200px;
	color: 				rgba(255,85,20,1);
	font-family: 		ET-D;
	letter-spacing: 	25px;
	font-size: 			170px;
	font-weight: 		bold;
}

.idate	{
	position: 			absolute;
	top: 				276px;
	left: 				500px;	
	width: 				400px;
	height: 			200px;
	color: 				rgba(235,235,235,1);
	font-family: 		ET-D;
	letter-spacing: 	4px;
	font-size: 			24px;
	font-weight: 		bold;
}

.leftbox	{	position: 			absolute;
				width: 				85px;
				height: 			810px;
				margin-left: 		0px;
				margin-top: 		-805px;
				z-index: 			100;
				border-right: 		2px solid rgba(255, 255, 255, 0.75);
				background-color: 	rgba(255, 87, 21, 0.5);
}

.linkbox	{	max-width: 			40px;
				max-height: 		800px;
				position: 			absolute;
				width: 				85px;
				height: 			800px;
				margin-left: 		22px;
				margin-top: 		-465px;
				z-index: 			100;
				border: 			1px solid rgba(0, 0, 0, 0,5);
				overflow: 			hidden;
}

video::-webkit-media-controls {
  display: none;
}