html, body {
	height: 100%;
}

#Header {
	position: fixed;
	padding: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
}
/*
#Header .asideSwitch {
	display: block;
}

*/
#Aside {
	position: absolute;
	display: none;
	top: 50px; right: -280px; bottom: 15px;
	margin: 0;
	width: 280px;
	overflow-y: auto;
}
#Contents{
	width:100%;
	margin: 50px 0 0;
}

#Footer{
	position: absolute;
	width: 100%;
}