#object_movie {
}
#embed_movie {
  display:block;
  margin-top:100px;
}
.news_img_container {
	float: left;
	width: 547px;
   margin-bottom: 10px;
}

.news_img_top {
	float: left;
	width: 547px;
	height: 15px;
	background: url(../images/about_top.jpg) no-repeat;
}

.news_img_bottom {
	float: left;
	width: 547px;
	height: 16px;
	background: url(../images/about_bottom.jpg) no-repeat;
}

.news_img_middle {
	float: left;
	width: 547px;
	text-align: middle;
	background: url(../images/about_middle.jpg) repeat-y;
}

.news_image {
	padding-left: 40px;
	float: left;
}

.news_img_middle img {
	margin-right: 10px;
}

span.news_title {
	font-weight: bold;
}

.news_text {
   float: right;
	width: 400px;
	padding-right: 10px;
}

.news_text p {
	width: 300px;
	float: left;
}

#news_detail_text {
	width: 300px;
	float: left;
}



.news_detail_image {
	float: left;
	width: auto;
}

.news_detail_image img {
	margin-left: 30px;
}

#back_to {
	width: 560px;
	float: right;
	margin-top: 5px; 
	margin-bottom: 20px;
}

#back_to a {
	text-decoration: none;
	color: #4a9bd5;
	font-weight: bold; 
	font-size: 11px;
	float: left;
}

#back_to a img {
	margin-right: 10px;

}

#back_to a:hover {
	text-decoration: underline;
}

