#paper {
	position: relative;
}

#paper-bottom-left {
	background-image: url(../images/paper_bottom_left.png);
	bottom: 0;
	left: 0;
}

#paper-bottom-left,
#paper-bottom-right,
#paper-top-left,
#paper-top-right {
	background-repeat: no-repeat;
	height: 60px;
	position: absolute;
	width: 60px;
}

#paper-bottom-repeat {
	background-image: url(../images/paper_bottom_repeat.png);
	bottom: 0;
}

#paper-bottom-repeat,
#paper-top-repeat {
	background-repeat: repeat-x;
	height: 60px;
	left: 60px;
	position: absolute;
	right: 60px;
}

#paper-bottom-right {
	background-image: url(../images/paper_bottom_right.png);
	bottom: 0;
	right: 0;
}

#paper-content {
	background: url(../images/paper_left_repeat.png) repeat-y;
	padding-left: 60px;
}

#paper-contentwrapper {
	background: url(../images/paper_right_repeat.png) repeat-y right top;
	margin: 60px 0;
	padding-right: 60px;
}

#paper-top-left {
	background-image: url(../images/paper_top_left.png);
	left: 0;
	top: 0;
}

#paper-top-repeat {
	background-image: url(../images/paper_top_repeat.png);
	top: 0;
}

#paper-top-right {
	background-image: url(../images/paper_top_right.png);
	right: 0;
	top: 0;
}
