#wrap {
	height: auto;
	width: auto;
	position: relative;
}

#header {
	height: 100px;
	width: 1141px;
	position: relative;
	background-image: url(../images/backgrounds/xcrm_header.png);
}
#header_body {
	height: 70px;
	width: 1141px;
	position: relative;
}
#logo {
	height: 60px;
	width: 200px;
	position: relative;
	left: 5px;
	top: 5px;
	float: left;
}


#header_navi {
	height: 30px;
	width: 1141px;
	position: relative;
}
#logo_button {
	float: left;
	height: 10px;
	width: 10px;
	position: relative;
	left: 5px;
	top: 5px;
}

#header_navi_menu {
	float: left;
	height: 30px;
	width: 150px;
	position: relative;
	background-image: url(../images/backgrounds/xcrm_menu_button.png);
}
#navi_button {
	height: 30px;
	width: 125px;
	position: relative;
	float: left;
}

#header_spacer {
	height: 10px;
	width: 1141px;
	position: relative;
	background-image: url(../images/backgrounds/xcrm_header_spacer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu {
	height: 792px;
	width: 150px;
	position: relative;
	float: left;
}
#menu_box_header {
	height: 35px;
	width: 150px;
	position: relative;
	background-image: url(../images/backgrounds/images/xcrm_menu_box_01.png);
	background-repeat: no-repeat;
}
#menu_box_body {
	height: auto;
	width: 150px;
	position: relative;
	background-color: #FFF;
	background-image: url(../images/backgrounds/images/xcrm_menu_box_02.png);
	background-repeat: repeat;
}
#menu_button {
	height: 20px;
	width: 150px;
	position: relative;
	background-image: url(../images/menu_buttons/menu_buttons.png);
}

#menu_box_footer {
	position: relative;
	height: 30px;
	width: 150px;
	background-image: url(../images/backgrounds/images/xcrm_menu_box_03.png);
	background-repeat: no-repeat;
}



#header_navi_panel {
	float: none;
	height: 30px;
	width: 991px;
	position: relative;
}
#menu_box_agent {
	height: auto;
	width: 150px;
	position: relative;
}
#menu_box_admin {
	height: auto;
	width: 150px;
	position: relative;
}
#menu_box_master {
	position: relative;
	width: 150px;
}

#body {
	float: left;
	height: 792px;
	width: 612px;
	position: relative;
	background-image: url(../images/backgrounds/xcrm_body.png);
	left: 5px;
	z-index: 2;
}
#actions {
	float: left;
	height: 792px;
	width: 374px;
	position: relative;
	background-image: url(../images/backgrounds/xcrm_action_bg.png);
	left: 5px;
}
#footer {
	height: 100px;
	width: 1141px;
	position: relative;
	float: left;
	background-image: url(../images/backgrounds/xcrm_footer.png);
}
