@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}

body{
background:url(../images/bg.jpg) top center no-repeat #feae31;
}

#wrap_main{
width:960px;
margin:0 auto;
background:#FFFFFF;
}

/*HEADER - START */
#header_1{
background:url(../images/header1.jpg) top center no-repeat;
width:960px;
height:286px;
}

#header2{
background:url(../images/h2.jpg) top center no-repeat;
width:960px;
height:403px;
}

#navi{
width:820px;
height:44px;
margin:0 auto;
padding-top:240px;
}

#navi ul li{
	list-style:none;
	display:inline;
	padding:15px 5px 0px 20px;
	float:left;
}
/*HEADER -  END */

/*BODY - START */

#left_part_1{
float:left;
width:480px;
}

#right_part_1{
float:right;
width:480px;
}
/*BODY - END */

#footer{
background:url(../images/f1.jpg) top center no-repeat;
width:960px;
height:47px;

}

