body.dark {
	background-color: #252525;
}
body.dark.boxed-layout {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: 0 0 50px #999;
	background: #fff;
	background: -webkit-linear-gradient(bottom,#fff,#fff);
	background: -o-linear-gradient(bottom,#fff,#fff);
	background: -moz-linear-gradient(bottom,#fff,#fff);
	background: linear-gradient(to bottom,#fff,#fff);
}

.boxed-layout.header-fixed .header.header-sticky {
	left: inherit;
	width: inherit;
}
.boxed-layout {
	padding: 0;
	box-shadow: 0 0 5px #ccc;
}
/*pdw, background of the tab, not the page itself*/
html {
	background: url(/assets/images/starwallpaper.png);
	background-repeat: repeat;
}
