.sidebar {
	position:fixed;
	width:180;
	height:20em;
	top:0;
	right:auto;
	bottom:auto;
	left:0;
	background-color:transparent;}
.main {
	position:absolute;
	width:auto;
	height:auto;
	top:0;
	bottom:auto;
	right:auto;
	left:190;}
h2 {text-align:center;}
