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


/*------------------------------ body ------------------------------*/
body { 
	margin:0px;
	padding-top:10px;
	background: url(../images/woody_1.jpg);
	background-color:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.body_container{
  margin-left: auto ;
  margin-right: auto ;
    text-align:left;
	width:900px;
}

/*------------------------------ header ------------------------------*/
.header {width:900px; float:left}
.logo { background:url(../images/navi/logo.png) bottom no-repeat; float:left; width:169px; height:68px;}
.navi_table { float:right; width:375px; margin-top:50px;}

/*------------------------------ main design ------------------------------*/
.main_design {float:left; margin-top:50px; width:900px; } 
.inner_frame {padding-left:150px; } 

/*------------------------------ footer ------------------------------*/

.footer {width:900px; float:left; margin-top:20px; background-image:url(../images/footer/dvd_hor_13.gif); background-repeat:repeat-x; margin-bottom:30px;}
.footer_logo { background:url(../images/footer/logo_footer.gif) bottom no-repeat; float:left; width:61px; height:21px; margin-top:10px;}
.copyright { float:left; width:375px;margin-top:10px;}