/* CSS Document */

#index .poster_holder{
	width: 746px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-left-color: #3399FF;
	background-color: #FFFFFF;
	height: 650px;
}
#index .poster_center{
	width: 524px;
}
#index .poster_center .poster_single{
	float: left;
	width: 170px;
	text-align: center;
	margin-top: 20px;
}
#index .poster_center .poster_single .poster{
	margin: 10px;
	height: 216px;
	width: 150px;
	border: thin solid #999999;
}
#index .poster_center .footer{
	text-align: left;
	width: 150px;
	overflow: visible;
	height: 18px;
	padding-left: 10px;
	font-weight: bold;
}
#index .poster_center .footer a{
	text-decoration: none;
	color: #666666;
}
