body {
	background-image: url(wallpaper.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.hide-back, .upload-toolbar, header {
	background-color: rgba(0, 0, 0, 0.25);
}
.dir {
	background-color: rgba(0, 0, 0, 0.25);
}
.entry-comment {
	background-color: rgba(0, 0, 0, 0.25);
        margin-bottom: 0em;
        padding-bottom: .5em;
}
