body{
	margin: 0px;

	overflow: hidden;
}

.SIDE{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 30%;
	height: 100vh;
}

.SIDE > .CLOCK{
	background-color: black;
	color: white;

	width: 100%;
	height: 10%;
}

.SIDE > .SIDE_MAIN{
	background: linear-gradient(180deg, rgb(2, 49, 255) 0%, rgba(0,127,255,1) 100%);
	text-shadow:1px 1px 0 black, -1px -1px 0 black, -1px 1px 0 black, 1px -1px 0 black, 0px 1px 0 black,  0-1px 0 black, -1px 0 0 black, 1px 0 0 #FFF;
	color: white;

	font-size: 30px;

	width: 100%;
	height: 80%;

	overflow-x: scroll;
}

.SIDE > .WEATHER{
	background-color: white;

	width: 100%;
	height: 10%;

	vertical-align: middle;

	overflow: scroll;
}


.MAIN_DISPLAY{
	position: absolute;
	top: 0px;
	right: 0px;

	background-color: lightblue;

	width: 70%;
	height: 100vh;
}

.MAIN_DISPLAY > .NEWS{
	font-size: 30px;

	background-color: white;
	color: black;

	width: 100%;
	height: 5%;

	overflow: scroll;

	white-space: nowrap;
}

.MAIN_DISPLAY > .PROGRAM{
	position: absolute;
	bottom: 0px;

	background-color: black;
	color: white;

	width: 100%;
	height: 5%;

	font-size: 30px;

	overflow-y: scroll;

	white-space: nowrap;
}

.MAIN_DISPLAY > .PROGRAM > a{
	color: white;
	text-decoration: none;
}