@charset "UTF-8";
/* CSS Document */
#admin_background {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:890px;
	height:44px;
	z-index:2;	
}
#admin_innerleft {
	position:relative;
	height:44px;
	width:45px;
	background-image:url(images/background_01.png);
	background-repeat:no-repeat;
	z-index:2;
	float:left;
	
}
#admin_innercenter {
	position:relative;
	width:800px;
	height:44px;
	z-index:2;
	background-image:url(images/background_02.png);
	background-repeat:repeat-x;
	float:left;
	
	
}
#admin_innerright {
	position:relative;
	width:45px;
	height:44px;
	background-image:url(images/background_03.png);
	background-repeat:no-repeat;
	z-index:2;
	float:left;
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index:2;
}
#admin_btn {
	position:relative;
	width:100px;
	height:44px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	z-index:2;
	float:left;
}
