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

.slide-panel {
	z-index: 25;
	width: 5px;
	position: absolute;
}

.bottom {
	bottom: 0;
}

div.right {
float: right;
}

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

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background: #033860;
	height: 0;
	color: #FFF;
	line-height: 18px;
}

.content a:hover {
	text-decoration: underline;
}

.slide-button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100px;
	z-index: 20;
	cursor: pointer;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	color: #FFF;
	font-size: 9px;
	background: transparent url(../images/on.gif) no-repeat center top;
}

.off {
	background: transparent url(../images/off.gif) no-repeat center bottom;
}

.slide-button:hover {
	text-decoration: underline;
}