@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	position: relative;
}

#mainframe {
	width: 960px;
	height: 700px;
	background: #ffffff;
	margin: 0px;
	position: relative;
	background-image: url("../img/index.jpg");
	background-repeat: no-repeat;
}

#headframe {
	width: 970px;
	height: 370px;
	overflow: hidden;
}
	
#contentframe {
	width: 960px;
	height: 330px;
	overflow: hidden;
	#overflow-x: hidden;
	padding: 0px 0px 15px 70px;
}
		
	#movieBox {		
		width: 560px;
		height: 315px;
		margin: 0px 10px 0px 0px;
		padding: 0px;
		background: #000000;
		float:left;
		display:inline;
		overflow: hidden;
		#overflow-x: hidden;
	}
	
	#linkBox {		
		width: 230px;
		height: 295px;
		background: #ffffff;
		border: 5px #bababa solid;
		float:left;
		display:inline;
		overflow: auto;
		padding: 8px;
	}

	img {
		border:none;
	}
	
	.divButton {
		width: 24px;
		height: 24px;
		margin-right: 10px;
		float:left;
		display:inline;
		background-image: url("../img/btn_play.png");
		background-repeat: no-repeat;
	}
	
	.divText {
		width:170px;
		float:left;
		display:inline;
		margin: 0px;
		padding: 0px;
		
		font-size: 12px;	
		line-height: 14px;
		font-weight: bold;
	}

	.divText .small {
		font-size: 8px;
	}
	
	.break {
		clear:both;
		border-bottom: 1px solid #cbcbcb;
		padding-top:6px;
		margin-bottom:6px;
	}


