/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F3F9;
}

a {
	color: #D20000;
	text-decoration: underline;
}
a:hover {

}

#container {
	margin: 0 auto;
	width: 440px;
	height: 350px;
	background-color: #F2F3F9;
}

#header {
	background-image:url(../images/popup_header.jpg);
	width: 440px;
	height: 75px;
}

#nowplaying {
	width: 400px;
	height: 200px;
}

#typeplayer {
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 20px;
}

#commercial {
	margin-top 5px;
	text-align: center;
}

#footer {
	background-color: #474B84;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
}

