@charset "utf-8";
/* CSS Document */
#title {
	width:1000px;
	height:57px;
	float:left;
}
#container {
	width:1000px;
	height: auto;
	float:left;
}
#content {
	width:1000px;
	height: auto;
	float:left;
	background-color:#1c1e22;
}
#writing {
	width:550px;
	height: 180px;
	padding:10px;
	float:left;
	background-image:url(../img/pottery_works/writingbg.jpg);
}
#photo1 {
	width:570px;
	height: 333px;
	float:left;
}
#photo2 {
	width:430px;
	height: 513px;
	float:left;
}

#container_bottom {
	width:1000px;
	height:50px;
	float:left;
}

