.header{
	padding:15px;
	text-align:center;
}
.sidebar{
	float:left;
	width:13%;
	padding:15px;
	position:fixed;
	font-size:125%;
	border:3px solid;
	height:75%;
	background-image:url(sidebar.png);
	background-size:cover;
	background-repeat:no-repeat;
}
.columnright{
	float:right;
	width:82%;
	padding:15px;
	position:overflow;
	font-size:150%;
}
.row:after{
	content:"";
	display:table;
	clear:both;
}
.footer{
	height:70px;
	text-align:center;
	width:99%;
	position:fixed;
	bottom:0px;
}
