#layout_left {
	position: relative;
	float: left;
	font-size: 0px;
	height: 26px;
	width: 140px;
	border: 0px;
	background-attachment: scroll;
	background-image: url(../Design_Img/footer/img_footer_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	
}

#button_login a {
	position: relative;
	float: left;
	font-size: 0px;
	height: 26px;
	width: 52px;
	border: 0px;
	background-attachment: scroll;
	background-image: url(../Design_Img/footer/img_footer_bt_login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#button_login a:hover {
	background-position: 0 -26px;
}


#button_logout a {
	position: relative;
	float: left;
	font-size: 0px;
	height: 26px;
	width: 52px;
	border: 0px;
	background-attachment: scroll;
	background-image: url(../Design_Img/footer/img_footer_bt_logout.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#button_logout a:hover {
	background-position: 0 -26px;
}


#layout_copyright {
	position: relative;
	float: left;
	font-size: 0px;
	height: 26px;
	width: 124px;
	border: 0px;
	background-attachment: scroll;
	background-image: url(../Design_Img/footer/img_footer_bg_copy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	
}


#button_designby a {
	position: relative;
	float: left;
	font-size: 0px;
	height: 26px;
	width:154px;
	border: 0px;
	background-attachment: scroll;
	background-image: url(../Design_Img/footer/img_footer_bt_designby.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#button_designby a:hover {
	background-position: 0 -26px;
}

.bottommargin {
	height:40px;

}






