@import "style.css";

body{
    margin:0px;
	padding:0px;
	OVERFLOW-X: hidden;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	
	}

html, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, from{
    margin:0px;
	padding:0px;
	border:0px;
    list-style:none;
	}


ul, ol, dl { 
    list-style:none;
	}
	
img {

    border:0;
	
	}


#topmenu{
	z-index:999;
    POSITION: relative; 
	WIDTH: 100%;  
	text-align: center;
	HEIGHT: 105px;
	background-image:url('img/menu_bg.jpg');
	}

#menu {
	POSITION: relative;
	WIDTH: 1000px;
	HEIGHT: 105px;
	aligh:center;
	margin:  0  auto 0 auto;
	/*background-image:url('img/menu.jpg');*/
}


	
#main {
	z-index:1;
	POSITION: relative; 
	WIDTH: 100%; 
	HEIGHT: 280px; 
	text-align: center;
	background-image:url('img/main_bg.jpg');
	
}

#main_img {

	POSITION: relative; 
	WIDTH: 1000px; 
	HEIGHT: 280px; 
	text-align: center;
	
	margin:  0  auto 0 auto;
}

#contents {

	POSITION: relative; 
	WIDTH: 100%;  
	text-align: center;
	
}


#contents_in {

	POSITION: relative; 
	WIDTH: 1000px;
	text-align:left; 
	margin:  0  auto 0 auto;
}

#left {
	POSITION: absolute;
	WIDTH: 190px;
	TOP: 0px; 
	LEFT: 0px;

}

#text {
	POSITION: relative;
	WIDTH: 790px;
	TOP: 0px;
	LEFT: 209px;



}





#bottom {
	POSITION: relative; 
	WIDTH: 100%; 
	HEIGHT: 80px; 
	text-align: center;
	background-color:#ececec;
	z-index:-1;
	TOP: 00px; 
}

.bottom_img { 
   padding-top:10px;
	}
