body
{
	padding: 15px;
}

.frame_left
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 15px;
	z-index: 1000;
}

.frame_right
{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 15px;
	z-index: 1000;
}

.frame_top
{
	position: fixed;
	top: 0;
	left: 0;
	height: 15px;
	width: 100%;
	z-index: 1000;
}

.frame_bottom
{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 15px;
	width: 100%;
	z-index: 1000;
}

.top_bar.scroll
{
	margin-top: 15px;
}