body {
	background:#0b0842;
	margin:0px;
	color:white;
}
h1 {
	margin:0px 0px 0px .5em;
	font-size:2.5em;
	text-transform:lowercase;
	text-indent:0px;
	color:#0b0842;
}
h2 {
	text-transform: lowercase;
	text-indent:5px;
	color:#0b0842;
}
.main {
	background:white;
	background-image:url('server_rack.png');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:right;
	color:black;
	font-family:'Noto Sans',sans-serif;
	align:center;
	clear:right;
	border:4px double #0b0842;
	margin: 30px 30px 15px 30px;
	position:relative;
	padding-left:2%;
	z-index:15;
}
.tbox {
	background:#0b0842;
	border: 2px solid white;
	margin: 15px 65% -100px 5px;
	position:relative;
	padding:2em 4em 2em 2em;
	z-index:10;
}
.bbox {
	background:#0b0842;
	border: 2px solid white;
	position:sticky;
	/* top right bottom left */
	margin: -90px 5px 0px 65%;
	padding:2em 4em 2em 2em;
	z-index:5;
}
.copy {
	margin: -10px 0px 10px 15px;
	font-family:'Noto Sans',sans-serif;
	color:#dddddd;
	position:absolute;
	width:100%;
	display:block;
	float:left;
}
button.open {
	background:transparent no-repeat url("arrows.png");
	display:inline-block;
	/* horiz vert */
	background-position:-100px 0px;
	height:150px;
	width:50px;
	border:0px;
}
button.open:hover {
	background:transparent no-repeat url("arrows.png");
	border:0px;
}
button.close {
	border:0px;
	height:150px;
	width:50px;
	display:inline-block;
	background-position:-150px 0px;
	background:transparent no-repeat url("arrows.png");
	border:0px;
}
button.close:hover {
	background:transparent no-repeat url("arrows.png");
	background-position:-50px 0px;
	border:0px;
}
.slide {
	padding-left:10px;
	display:none;
	width:60%;
}
.thumb {
	flat:left;
	position:relative;
	width:50%;
	display:inline-block;
}
.ib {
	border:1px solid #0b0842;
	align:left;
}
article.bp {
	max-width: 100%;
	width:100%;
	height:150px;
}
hr.p {
	visibility:hidden;
}
