@charset "utf-8";
/* CSS Document */

#main_index{
	float: right;
	width: 600px;
}

#movie{
	margin-bottom: 30px;
	padding: 0px;
	height: 310px;
	width: 520px;
}
#news{
	height: 100px;
	margin-bottom: 30px;
	overflow: auto;
}
#news ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: outside;
}
#news li{
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-left: 10px;
}
.banner{
	height: 40px;
	width: 190px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-top: 20px;
	text-align: center;
}

#side_index{
	float: left;
	width: 135px;
}

