.toppage {
	border          : 1px none black;
	position        : absolute;
	left            : 0px;
	top             : 0px;
	width           : 100%;
	height          : 100%;
	background-color: white;
}
.titlearea {
	border          : 1px none black;
	position        : absolute;
	left            : 0px;
	top             : 0px;
	width           : 100%;
	height          : 24px;
	line-height     : 24px;
	z-index         : 0;
	background-color: white;
}
.footerarea {
	border          : 1px none black;
	position        : absolute;
	left            : 0px;
	top             : 640px;
	width           : 100%;
	height          : 24px;
	background-color: white;
}
.streamarea{
	border          : 1px none black;
	position        : absolute;
	left            : 0px;
	top             : 24px;
	width           : 852px;
	height          : 610px;
	background-color: white;
	overflow        : none;
}
.mainstream {
	border          : 1px solid #a0a0a0;
	position        : absolute;
	left            : 2px;
	top             : 0px;
	width           : 520px;
	height          : 404px;
	background-color: black;
	z-index         : 1;
	overflow        : hidden;
}
.substream {
	border          : 1px solid #a0a0a0;
	position        : absolute;
	width           : 255px;
	height          : 200px;
	background-color: black;
	z-index         : 1;
	opacity         : 0.85;
	overflow        : hidden;
}
.streammenu {
	border          : 1px none black;
	position        : absolute;
	left            : 0px;
	top             : 0px;
	width           : 270px;
	height          : 20px;
	background-color: white;
	overflow        : hidden;
}
.substreammovie {
	border          : 1px none black;
	position        : absolute;
	left            : 0px;
	top             : 20px;
	width           : 255px;
	height          : 180px;
	line-height     : 180px;
	background-color: black;
	opacity         : 0.8;
	overflow        : hidden;
}
.icon {
	border          : 1px none black;
	position        : absolute;
	width           : 20px;
	height          : 16px;
}
.chnamestr {
	border          : 1px solid #c0c0c0;
	position        : absolute;
	left            : 20px;
	top             : -1px;
	width           : 213px;
	height          : 19px;
	color           : white;
	background-color: white;
	font-size:      : 9pt;
	text-align      : center;
}
.chnametextform {
	border          : 1px none red;
	width           : 215px;
	height          : 18px;
	font-size       : 9pt;
}
.channelname {
	position        : absolute;
	top             : -2px;
	width           : 285px;
	height          : 19px;
	font-size       : 9pt;
}
.twitterarea {
	border          : 1px solid #a0a0a0;
	position        : absolute;
	left            : 788px;
	top             : 24px;
	width           : 480px;
	height          : 608px;
	background-color: white;
	overflow        : hidden;
}
.twittab {
	border          : 1px solid #e0e0e0;
	position        : absolute;
	top             : 0px;
	width           : 96px;
	height          : 16px;
	visibility      : visible;
	overflow        : hidden;
	text-align		: center;
	cursor			: pointer;
}
.twittext {
	border          : 1px none #a0a0a0;
	position        : absolute;
	top             : 18px;
	width           : 100%;
	height          : 591px;
	background-color: white;
	overflow        : hidden;
}
.ustreamarea {
	width           : 520px;
	height          : 404px;
}
.chmngtitle {
	border          : 1px none red;
	width           : 130px;
	height          : 20px;
	line-height     : 20px;
	overflow        : hidden;
	cursor			: pointer;
}
.chmngtextform {
	width           : 280px;
	height          : 20px;
	font-size       : 9pt;
}
.dropdown {
	width           : 200px;
	height          : 24px;
	font-size       : 9pt;
}
.twitmixtab {
	position		: absolute;
	border			: 1px #e0e0e0 solid;
	color			: #e0e0e0;
	width			: 80px;
	height			: 16px;
	left			: 400px;
	top				: 0px;
	text-align		: center;
	background-color: white;
	cursor			: pointer;
}
.twitmixtext {
	background-color: white;
	visibility		: hidden;
	border			: 1px red none;
	position		: absolute;
	left			: 0px;
	width			: 480px;
	height			: 492px;
	top				: 116px;
	overflow		: auto;
}
.closebox {
	position		: absolute;
	cursor			: pointer;
}

