#header > h1 {
    background: url(../images/logo.png) 20px 11px no-repeat;
    background-size: 200px;
    padding-left: 225px;
}
a, a:link, a:visited {
	color: #b03f49;
}
#sidebar_show_button {
	position: fixed;
    right: 10px;
    bottom: 10px;
	cursor: pointer;
}
#sidebar_hide_button {
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer;
}