#border-layer {
    position:absolute;
    pointer-events:none;
    width:100%;
    height:100%;
    z-index:1;
    xbackground-color:red;
    xoutline: 5px solid #a99360;


    border-style: solid;
	border-image-source: url('../img/border_simple.png');
	border-image-slice: 150;
	border-image-width: 3em;
	border-image-outset: 0;
	border-image-repeat: stretch;
}