body
{
	border: 3px solid black;
	height: 1000px;
	position: relative;
	text-align: justify;
}

ul
{
	float: left;
	position: sticky;
	position: -webkit-sticky;	/* Godamn Safari ! */
	top: 0;
	background-color: chocolate;
	opacity: 1;
	border-radius: 18px;
	list-style: none;
	padding: 35px 55px;
	color: white;
	margin: 25px;
}

div
{
	position: relative;
	padding: 55px;
}

footer
{
	background-color: black;
	color: white;
	box-shadow: 3px 3px 3px black;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
}
