* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}

body {
z-index:0;
align:center;
background-image:url('images/cldbgz2.jpg');
background-color:#5c0d1a;
background-position: center top;
background-repeat: repeat-x;
border:0 none;
margin:0;
padding:0;
}
#border_top {
	position:absolute;
	margin:0;
	border:0 none;
	left:0px;
	top:0px;
	width:100%;
	height:14px;
	z-index:10;
	background-image: url('images/content_top.gif');
	}
#border_bot {
	position:absolute;
	margin:0;
	border:0 none;
	left:0px;
	bottom:-2px;
	width:100%;
	height:14px;
	z-index:10;
    background-image: url('images/content_bot.gif');	
	background-position: bottom;
	}	
#border_lft {
	position:absolute;
	left:0px;
	top:0px;
	width:13px;
	height:100%;
	z-index:10;
	background-image: url('images/content_lft.gif');
	}
#border_rgt {
	position:absolute;
	right:0px;
	top:0px;
	width:13px;
	height:100%;
	z-index:10;
	background-image: url('images/content_rgt.gif');
	}
#toplft_corner {
	position:absolute;
	left:0px;
	top:0px;
	width:37px;
	height:52px;
	z-index:20;
	background-image: url('images/content_tl.gif');
	}
#toprgt_corner {
	position:absolute;
	right:0px;
	top:0px;
	width:37px;
	height:52px;
	z-index:20;
	background-image: url('images/content_tr.gif');
	}
#botlft_corner {
	position:absolute;
	left:0px;
	bottom:0px;
	width:37px;
	height:52px;
	z-index:20;
	background-image: url('images/content_bl.gif');
	}
#botrgt_corner {
	position:absolute;
	right:0px;
	bottom:0px;
	width:37px;
	height:52px;
	z-index:20;
	background-image: url('images/content_br.gif');
	}
