#NowPlaying {
        position: absolute;
	height: 200px;
	width: 170px;
	background-color: #DDDDCC;
        right: 0px;
        top: 400px;
        border: 1px;
        border-color: #770000;
        border-style: solid;

}

#Intro, #Artist, #Album{
	text-align: center;
	color: #770000;
}

#Image{
	margin-left: 50px;
}