@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(img/bg.jpg);
	overflow-y: hidden;
	}
#menu {
	position:absolute;
	left:8px;
	top:0px;
	width:400x;
	height:550px;
	z-index:3;
}	
#wrapper{  width: 100%; height: 100%; position: absolute; overflow-x:hidden; overflow-y:hidden;}
#fla {
	position:absolute;
	left:50%;
	top:0px; margin-left:-960px;
	width:1900px;
	height:1000px;
	z-index:1;
}

#tel {
	position:absolute;
	left:50px;
	bottom:-6px;
	width:380px;
	height:110px;
	z-index:8;
}
#copybg {
	position:absolute;
	left:50%;
	bottom:0px; margin-left:-960px;
	width:1920px;
	height:45px;
	z-index:2;
	background-color:#ffffff;
}
#copy {
	position:absolute;
	right:30px;
	bottom:0px;
	width:900px;
	height:45px;
	z-index:6;
}
#footer { 
    overflow: hidden;
    position: absolute;
    bottom: 0; 
    height: 110px; width:100%; text-align: center;
    margin-left:0px; margin-bottom:-1px;
    }
