.body-border-top {
	height: 20px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	background-color: #fff;
}

.body-border-right {
	height: 100%;
	width: 20px;
	top: 0;
	right: 0;
	z-index: 10000;
	position: fixed;
	background-color: #fff;
}

.body-border-bottom {
	height: 20px;
	width: 100%;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 10000;
	background-color: #fff;
}

.body-border-left {
	height: 100%;
	width: 20px;
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	background-color: #fff;
}

.site-info {
	margin-bottom: 18px; margin-left: 18px; margin-right: 18px;
}

.p-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.site-footer {
	background-attachment: fixed;
}