* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image: url('/21.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 100%;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#streamer-icons {
	position: absolute;
	top: 150px;
	left: 325px;
}

#warpper-body {
	width: 250px;
	float: right;
	margin-right: 100px;
}

#listen ul {
	margin: 50px 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

#listen ul li {
	display: inline;
}

#listen ul li a {
	text-decoration: none;
	padding: 10px 10px 0;
}

#subscribe {
	background: transparent url('/subscribe.gif') no-repeat scroll 0 0;
	height: 23px;
	padding: 4px 0 0 2px;
	margin-left: 19px;
	text-align: center;
}

#subscribe .subscribetip {
	color: #999999;
}

#subscribe input.textfield {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	float: left;
	font-size: 12px;
	width: 185px;
}

#subscribe .button {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-left: 3px;
	width: 20px;
}
