@charset "utf-8";
/* CSS Document */

/* Footer */
#foot_width								{ position:fixed; left:0px; bottom:0px; height:60px; width:100%; z-index:99; }
#foot_content_center					{ position:absolute; top:0px; left:50%; height:60px; width:0px; }
#foot_content_pos						{ position:absolute; top:0px; left:-610px; height:60px; width:1220px; background-color:#1f4055; border-radius:5px 5px 0px 0px; }
#foot_content1							{ position:absolute; top:19px; left:20px; color:#bbd6e8; }
#foot_content2							{ position:absolute; top:19px; right:20px; color:#274f68; }
/* /Footer */