body {
	background-color: #111111;
	background-image: url('../img/sky_binary_bg.png');
	background-repeat: repeat;
	background-position: top left;
}

.corner-top-left {
	-webkit-clip-path: polygon(26% 0, 0 0, 0 70%);
	clip-path: polygon(26% 0, 0 0, 0 70%);
	background-color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 350px 400px 0 0;
	border-color: #fff transparent transparent transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.corner-bottom-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 90px;
	border-color: transparent transparent #fff transparent;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 5;
}

.corner-bottom-left {
	/*shape-outside: polygon(5.67px 176.00px,6.33px 320.47px,457.67px 320.47px,457.33px 191.00px,5.33px 76.53px);*/
	width: 500px;
	height: 180px;
	background-color: #fff;
	-webkit-clip-path: polygon(0 34%, 100% 69%, 100% 100%, 75% 100%, 0% 100%);
	clip-path: polygon(0 34%, 100% 69%, 100% 100%, 75% 100%, 0% 100%);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 7;
}

#sky-logo {
	width: 137px;
	height: 509px;
	background-image: url('../img/sky_logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 100px;
	margin-left: 150px;
	position: absolute;
}

#cib-3-logo {
	width: 352px;
	height: 34px;
	background-image: url('../img/capitalibreak_part3_logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 165px;
	margin-left: 287px;
	position: absolute;
}

.followtherainbow {
	width: 124px;
	height: 18px;
	background-image: url('../img/sky_followtherainbow.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 210px;
	margin-left: 287px;
	position: absolute;
}

#info_text {
	background-color: #000000;
	width: 35%;
	height: auto;
	margin: 280px 287px;
	overflow: hidden;
	position: absolute;
  	padding:5px;
  	z-index: 5;
  	padding-bottom: 150px;
}

