body {
	margin: 0;
	padding: 75px 0 0;
}

.slide-panel {
	z-index: 500;
	width: 5px;
	position: absolute;
	
}
#close-button{
	height:28px;
	width:30px;
	background-image:url(../images/fancy_border.png);
	background-position:-31px -32px;
	background-repeat:no-repeat;
}


.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	
	
	margin-left:auto;
	margin-right:auto;
	z-index: 100;
	overflow: hidden;
	text-align: left;
	background: rgba( 28, 31, 33, .93);
	height: 0;
	width: 100%;
	color: #f1f1f1;
	

}


.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 30px;
	padding-top: 10px;
	text-align: center;
}

.slide-button:hover {
	color: #9f9d8e;
}