
/* -- Page Background -- */

body {
	padding: 30px 20px;
	background-color: #ffcc00;
}

div.border {
	position: absolute;
	overflow: hidden;
}

div.corner {
	position: absolute;
	overflow: hidden;
	width: 12px;
	height: 12px;
	line-height: 12px;
}

#border_NE {
	background-image: url(img/border_NE.png);
	top: -12px;
	right: -12px;
}

#border_SE {
	background-image: url(img/border_SE.png);
	bottom: -12px;
	right: -12px;
}

#border_SW {
	background-image: url(img/border_SW.png);
	bottom: -12px;
	left: -12px;
}

#border_NW {
	background-image: url(img/border_NW.png);
	top: -12px;
	left: -12px;
}

#border_N {
	background-image: url(img/border_N.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 12px;
	line-height: 12px;
	top: -12px;
}

#border_S {
	background-image: url(img/border_S.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 12px;
	line-height: 12px;
	bottom: -12px;
}

#border_E {
	background-image: url(img/border_E.png);
	background-repeat: repeat-y;
	background-position: top right;
	height: 100%;
	right: -12px;
	padding-right: 30px;
}

#border_W {
	background-image: url(img/border_W.png);
	background-repeat: repeat-y;
	background-position: top left;
	height: 100%;
	left: -12px;
	padding-left: 30px;
}


