body {
	font-family: arial, sans-serif;
	background-color: #fff;
	padding: 0;
	margin: 0;
/* 	z-index: 0; */
}



#TL_corner, #TR_corner {
height:40px;
position:fixed;
top:0;
width:40px;
}
#TL_corner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/img/curve/corner_TL.png) no-repeat scroll left top;
left:0;
}
#TR_corner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/img/curve/corner_TR.png) no-repeat scroll right top;
right:0;
}
#BL_corner, #BR_corner {
bottom:0;
height:40px;
position:fixed;
width:40px;
}
#BL_corner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/img/curve/corner_BL.png) no-repeat scroll left bottom;
left:0;
}
#BR_corner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/img/curve/corner_BR.png) no-repeat scroll right bottom;
right:0;
}
#top, #bottom, #left, #right {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000 none repeat scroll 0 0;
position:fixed;
}
#left, #right {
bottom:0;
top:0;
width:8px;
}
#left {
/* border-right:2px solid #CCBB88; */
left:0;
}
#right {
/* border-left:2px solid #CCBB88; */
right:0;
}
#top, #bottom {
height:8px;
left:0;
right:0;
}
#top {
/* border-bottom:2px solid #CCBB88; */
top:0;
}
#bottom {
/* border-top:2px solid #CCBB88; */
bottom:0;
}