body {
    background-attachment:fixed;
    background-color:#ff9999;
    background-image:url(https://i.redd.it/x7hdjnmupu901.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    background-size:100% auto;
}

h1 {
  background-color: #80ced6;
}

span {
  background-color: #f18973;
}

#Testdiv{

	height: 10000px;
	width: 100px;
	background-color: #444444;

}

.Bannerico{

	background-color: #ffffff;
	width: 135px;
	height: 135px;
}


#container {

	position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
	width:1200px;
	background-color: #585858;
	opacity: 0.8;
}
#container > div {
	position: center;
	background-color: #111111;
	float: left;
	width: 20%;
	height: 130px;
}

#underConstruction{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
}

#sidecontainer {


}

#sidecontainer > div {

	position: center;
	background-color: #111111;
	height: 130px;
	width: 30px;

}


