﻿#border 
{
	width: 1011px;
	height: 656px;
	overflow: hidden;
	position: absolute;
margin-top:-20px;
	left: 50%;

	   
	    margin-left: -505px;	/*set to a negative number 1/2 of your width*/
}

#corner_left_top 
{
	width: 23px;
	height: 23px;
	float:left;
	background:url(../i/border/corner_left_top.jpg) no-repeat;
	
}
#corner_right_top {
	width: 23px;
	height: 23px;
	float:left;	
	background:url(../i/border/corner_right_top.jpg) no-repeat;
	
}
#corner_left_bottom {
	width: 23px;
	height: 23px;
	float:left;	
	background:url(../i/border/corner_left_bottom.jpg) no-repeat;
	
}
#corner_right_bottom {
	width: 23px;
	height: 23px;
	float:left;	
	background:url(../i/border/corner_right_bottom.jpg) no-repeat;
	
}
#shadow_top {
	width: 960px;
	height: 23px;
	float: left;
	background:url(../i/border/shadow_top.jpg) repeat-x;
	
}
#shadow_bottom {
	width: 960px;
	height: 23px;
	float: left;
	background:url(../i/border/shadow_bottom.jpg) repeat-x;
	
}
#shadow_left {
	width: 23px;
	height: 600px;
	float: left;
	background:url(../i/border/shadow_left.jpg) repeat-y;
	
}
#shadow_right {
	width: 23px;
	height: 600px;
	float: left;
	background:url(../i/border/shadow_right.jpg) repeat-y;
	
}
