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

#tweet_account{
	width:250px;
	heght:410px;
	float:left;
}
#tweet_title{
	width:250px;
	height:50px;
	text-align:center;
}
#tweet_control{
	width:250px;
	height:30px;
	text-align:center;
	margin-bottom:10px;
	font-size:24px;
}
#tweet_control a{
	text-decoration:none;
	color:#000;
}
#tweet_control a:hover{
	color:#FFF;
	background:#000;
}
#tweet_introduction{
	width:250px;
	height:310px;
}
#tweet_introduction img{
	margin:0px 10px;
}
#twitter{
	width:490px;
	height:410px;
	font-size:24px;
	text-shadow:2px 2px 25px #333333;
	margin-left:10px;
	float:right;
}