body {
	background-image: url(img/mokume02.jpg);

margin:0px;
padding:0px
}

#container{
background-color:peachpuff;
width:980px;
height:auto;
margin:0px auto;
}

#sidebar{
width:150px;
height:auto;
background-color:orange;
margin:0px;
float:left;
}

#main{
width:800px;
height:auto;
background-color:lightpink;
margin:0px;
float:right;
}


