#pageslide-body-wrap {
    position: relative;
}

#pageslide-slide-wrap {
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: none;
	z-index: 999;
}

#pageslide-content {
    color: #FFF;
}

#pageslide-content h2 {
    color:#7DBC3D;
    font-size:22px;
    font-weight: bold;
    margin-bottom:25px;
}