body, tr, td, div, p, iframe {
	margin				: 0;
	border				: 0;
}

body {
	text-align			: center;
	background-color	: #000000;
}

div#maindiv {
	border				: 1 solid black;
	display				: block;
	width				: 297px;
	height				: 241px;
	margin				: auto auto;
	background-color	: #231F20;
}

div#topbar {
	height				: 63px;
}

div#topbar div#logo {
	background			: transparent url(logo.png) no-repeat 0 0;
	float				: left;
	margin				: 10px 0 0 10px;
	width				: 69px;
	height				: 47px;
	display				: block;
}

div#topbar div#powered {
	background			: transparent url(powered.png) no-repeat 0 0;
	float				: right;
	margin				: 5px 0 0 0;
	width				: 59px;
	height				: 36px;
	display				: block;
}

div#content {
	clear				: both;
	width				: 288px;
	height				: 105px;
	background			: transparent url(bg_content.png) repeat-x 0 0;
	padding				: 10px 5px;
}

div#content a#wmp,
div#content a#winamp,
div#content a#itunes {
	float				: left;
	display				: block;
	width				: 144px;
	height				: 20px;
}

div#content a#wmp {
	background			: transparent url(play_wmp.png) no-repeat 0 0;
}

div#content a#winamp {
	background			: transparent url(play_winamp.png) no-repeat 0 0;
}

div#content a#itunes {
	background			: transparent url(play_itunes.png) no-repeat 0 0;
}

div#bottombar {
	clear				: both;
	height				: 37px;
	background			: transparent url(bg_bottom.png) repeat-x 0 0;
	border				: solid #434234;
	border-width		: 0 0 2px 0;
}

div#bottombar div#b2s_bottom_logo {
	float				: left;
	margin-left			: 10px;
	background			: transparent url(b2s.png) no-repeat 0 0;
	width				: 55px;
	height				: 35px;
}

div#bottombar div#b2s_bottom_bar {
	background			: transparent url(b2s_bottom.png) no-repeat 0 0;
	float				: left;
	width				: 184px;
	height				: 35px;
	margin-left			: 10px;
}

div#footer {
	height				: 24px;
	background-color	: #666666;
}

div#footer a#dance_tunes_link {
	float				: left;
	width				: 112px;
	height				: 17px;
	margin				: 3px 0 0 3px;
	background			: transparent url(dance_tunes.png) no-repeat 0 0;
}

div#footer a#intention_link {
	float				: right;
	width				: 85px;
	height				: 14px;
	margin				: 5px 3px 0 0;
	background			: transparent url(intention.png) no-repeat 0 0;
}