﻿/* music.css */
img#header_my_music_text {
	position: absolute;
	top: 5px;
	right: 15px;
}
div#music_grid {
	border-style: none solid none solid;
	position: relative;
	height: 420px;
	border-width: 0px 10px 0px 10px;
	border-right-color: #660033;
	border-left-color: #660033;
}
div#jukebox {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 320px;
}
div#Voni_picture {
	position: absolute;
	left: 20px;
	top: 20px;
}
div#music_player {
	position: relative;
	height: 350px;
}
#BuyNow {
	position: absolute;
	width: 100px;
	height: 58px;
	top: 75px;
	left: 340px;
	border-style: none;
}
div#purchase_info {
	position: absolute;
	border-style: none;
	width: 660px;
	height: 20px;
	top: 360px;
	left: 10px;
	font-weight: bold;
	font-size: 14px;
}
