* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/mediaplayer_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	background-color: #5E5E5E;
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	color: #0E6B7A;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mediaplayer {
	height: 95px;
	width: 260px;
	padding-top: 55px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
#mediaplayer h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.1em;
}
#mediaplayer p {
	margin-bottom: 5px;
	color: #666666;
}
#player {
	position: absolute;
	left: 20px;
	top: 112px;
}

