body {
	color: #031650;
	font-size: 11px;
	font-family: helvetica;
	font-weight: bold;
/*	background-color: #ffffff;*/
}

body, body * {
	cursor: pointer;
	margin: 0;
	padding: 0;
}

body.small div.container {
	background: url('/assets/images/outmusic_button.png') top left no-repeat transparent;
	width: 154px;
	height: 120px;
}

body.big div.container {
	background: url('/assets/images/outmusic_banner.png') top left no-repeat transparent;
	width: 264px;
	height: 342px;
	position: relative;
}

div.now {
	white-space: nowrap;
	overflow: hidden;
	line-height: 14px;
	position: absolute;
}

body.big div.now {
	top: 137px;
	left: 95px;
	width: 166px;
}

body.small div.now {
	top: 74px;
	left: 47px;
	width: 101px;
}
