body{
	margin:0px;
	font-family:tahoma;
	font-size:10px;
}
#container{
	width:820px;
	height:600px;
	margin-left:-410px;
	position:absolute;
	left:50%;
}
#header{
	height:100px;
	width:100%;
}
#left{
	float:left;	
	height:430px;
	width:400px;
	margin-left:7px;
	margin-right:6px;
}
#right{
	float:right;	
	width:400px;
	height:430px;
	margin-right:7px;
}
#bottom{
	clear:both;
	height:70px;
	width:100%;
}

#left_head{
	width:400px;
	height:58px;
	/*margin-top:12px;*/
}
#left_main{
	width:400px;
	height:360px;
	text-align:center;
}

#right_head{
	width:400px;
	height:58px;
	/*margin-top:12px;*/
}
#right_head2{
	width:400px;
	height:58px;
	/*margin-top:12px;*/
}
#chatTwit{
	width:378px;
	height:350px;
	overflow:auto;
	border:1px solid #474747;
	padding:10px;
}
#chatChat{
	width:398px;
	height:370px;
	overflow:auto;
	border:1px solid #474747;
	padding:0px;
}
#footel{
	width:300px;
	height:50px;
	float:left;
	margin-left:0px;
	margin-top:5px;
}
#twitchat{
	width:400px;
	height:50px;
	float:right;
	margin-right:7px;
	margin-top:5px;
}

.btn{
	cursor:pointer;
}

#audioplayer{
	width:400px;
	/*border:1px solid black;*/
	text-align:left;
	height:372px;
	background-color:black;
}
#ap_header{
	background-color:black;
	background-image:url(audioplayer-header.jpg);
	height:25px;
	width:337px;
	color:white;
	font-family:verdana;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
	padding-left:5px;
	padding-top:6px;
}
#ap_nowplaying{
	background-color:#000;
	width:390px;
	padding-left:5px;
	padding-right:5px;
	padding-top:6px;
	padding-bottom:6px;
	height:40px;
	vertical-align:middle;
}
#ap_swf{
	background-color:black;
	background-image:url(../audioplayer-header.jpg);
	width:100%;
	text-align:center;
}
#ap_banner{
	height:290px;
	width:398px;
	background-color:white;
	border-left:1px solid black;
	border-right:1px solid black;
}

.response{
	color:white;
	font-family:tahoma;
	font-size:11px;
	height:40px;
	vertical-align:middle;
}

ul {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
}
.tweet_list li{
	list-style-image: none;
    list-style: none;
    list-style-type: none;
	font-family:tahoma;
	font-size:11px;
	margin-left:-20px;
}
.twt_date{
	font-size:10px;
	color:gray;
}

a{
	color:#0f425d;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#twitdiv,#twitdiv2{
	font-family:tahoma;
	font-size:11px;
}