#Box, #Box1{  
    position:relative;
	height:1%;  
}  
 
#Content{  
    border:0px;  
}  
 
#Box .leftTop{  
    background:url(../Img/left_top.gif) no-repeat left top;  
    width:4px;  
    height:4px;  
    position:absolute;  
    left:7px;  
    top:0;  
	z-index: 1;			
}  
#Box .rightTop{  
    background:url(../Img/right_top.gif) no-repeat left top;  
    width:4px;  
    height:5px;  
    position:absolute;  
    right:2px;  
    top:0; 
	z-index: 1;	
}  
#Box .leftBottom{  
    background:url(../Img/left_bottom.gif) no-repeat left top;  
    width:4px;  
    height:5px;  
    position:absolute;  
    left:7px;  
    bottom:0px;  
	z-index: 1;
}  
#Box .rightBottom{
	width:4px;
	height:4px;
	position:absolute;
	right:2px;
	bottom:0px;
	z-index: 1;
	background-image: url(../Img/right_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 

#Box1 .leftTop{  
    background:url(../Img/left_top.gif) no-repeat left top;  
    width:4px;  
    height:4px;  
    position:absolute;  
    left:5px;  
    top:0;  
	z-index: 1;		
}  
#Box1 .rightTop{  
    background:url(../Img/right_top.gif) no-repeat left top;  
    width:4px;  
    height:5px;  
    position:absolute;  
    right:0px;  
    top:0; 
	z-index: 1;	
}  
#Box1 .leftBottom{  
    background:url(../Img/left_bottom.gif) no-repeat left top;  
    width:4px;  
    height:5px;  
    position:absolute;  
    left:5px;  
    bottom:0px;  
	z-index: 1;
}  
#Box1 .rightBottom{
	width:4px;
	height:4px;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index: 1;
	background-image: url(../Img/right_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 