@charset "utf-8";
/* CSS Document */
#title {
	width:1000px;
	height:57px;
	float:left;
}
#container {
	width:1000px;
	height: 577px;
	float:left;
}
#showphoto {
	width:400px;
	height:auto;
	float:left;

	}
#showphoto .showphoto{
	width:69px;
	height:53px;
	border:1px #CCC solid;
	float:left;
	margin:5px 9px 0px 0px;

	}

#photo {
	width:548px;
	height:516px;
	padding:104px 0px 0px 52px; 
	background-image:url(../img/landscape/showphoto.jpg);
	float:left;
}
#content {
	width:400px;
	height: 520px;
	float:left;
	background-image: url(../img/landscape/bg.jpg) ;
}
#writing{
	width:390px;
	height:auto;
	float:left;
	padding:20px 10px 0px 0px;

	
	}
#container_bottom {
	width:1000px;
	height:50px;
	float:left;
}

