#pageAccent {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20;
}
#sidebar {
	position: absolute;
	top: 200px;
	right: 10px;
	width: 150px;
	z-index: 100;
}
#sidebar p {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
#content {
	margin-right: 200px!important;
}