body {
	background: url("Images/background.jpg");
	
	margin: 0;
	padding: 0;
	background-color: #b5c5ff;
	font-family: Helvetica;
}
	
#main_text{
	color: black;
}

#motion_bg{
	background: url("Images/library_bg.png");
	background-repeat: no-repeat;
	width:760;
	height:420px;
	}


#latest_a{
	background: url("Images/box_back.png");
	background-repeat: no-repeat;
	width:355;
	height:255px;
	}
	
#latest_s{
	background: url("Images/box_back.png");
	background-repeat: no-repeat;
	width:355;
	height:255px;
	}
	
#highest_s{
	background: url("Images/box_back.png");
	background-repeat: no-repeat;
	width:355;
	height:255px;
	}
	
#highest_a{
	background: url("Images/box_back.png");
	background-repeat: no-repeat;
	width:355;
	height:255px;
	}
	
#search{
	background: url("Images/search_bg.png");
	background-repeat: no-repeat;
	width:745;
	height:65px;
	}
	
#player_back{
	background: url("Images/player_back.png");
	background-repeat: no-repeat;
	width:200;
	height:70px;
	position:absolute;
	top:75px;
	left:300px;
	}
	
#menu_musician_home {
	position:absolute;
	top:97px;
	left:55px;
	z-index:0;
	}
	
#menu_musician_account {
	position:absolute;
	top:97px;
	left:225px;	
	z-index:0;
	}
	
#menu_musician_profile{
	position:absolute;
	top:97px;
	left:395px;	
	z-index:0;
	}
	
#menu_musician_store {
	position:absolute;
	top:97px;
	left:565px;	
	z-index:0;
	}
	
#menu_musician_logout {
	position:absolute;
	top:97px;
	left:735px;	
	z-index:0;
	}
	
#menu_both_home {
	position:absolute;
	top:97px;
	left:39px;
	z-index:0;
	}
	
#menu_both_account {
	position:absolute;
	top:97px;
	left:184px;	
	z-index:0;
	}
	
#menu_both_music {
	position:absolute;
	top:97px;
	left:324px;	
	z-index:0;
	}
	
#menu_both_profile{
	position:absolute;
	top:97px;
	left:469px;	
	z-index:0;
	}
	
#menu_both_store {
	position:absolute;
	top:97px;
	left:614px;	
	z-index:0;
	}
	
#menu_both_logout {
	position:absolute;
	top:97px;
	left:759px;	
	z-index:0;
	}
	
#artist_s{
	background: url("Images/a_s.png");
	background-repeat: no-repeat;
	width: 700px;
	height: 245px;
	margin-left: auto;
	margin-right: auto;
	}
	
#bio{
	background: url("Images/info_box.png");
	background-repeat: no-repeat;
	width: 360px;
	height: 260px;
	}
		
#album{
	background: url("Images/info_box.png");
	background-repeat: no-repeat;
	width: 360px;
	height: 260px;
	}
	
#comments{
	background: url("Images/comments.jpg");
	background-repeat: no-repeat;
	width: 360px;
	height: 260px;
	}
	
#l_comments{
	background: url("Images/l_comments.jpg");
	background-repeat: no-repeat;
	width: 360px;
	height: 260px;
	}
	
	
#logged_in{
	background: url("Images/logged_in_as.png");
	background-repeat: no-repeat;
	width:155;
	height:67px;
	position:absolute;
	top:10px;
	left:700px;
	}
	
#logged_in_text{
	position:absolute;
	top:20px;
	left:10px;
	}
	
#buy_main_page{
	background: url("Images/buy_page.jpg");
	background-repeat: no-repeat;
	width:600px;
	height:500px;
	position:absolute;
	top:10px;
	left:130px;	
}

#buy_song{
	width:550;
	height:100px;
	position:absolute;
	top:55px;
	left:20px;	
}

#buy_price{
	width:550;
	height:400px;
	position:absolute;
	top:230px;
	left:110px;	
}


#my_records{
	background: url("Images/a_s.png");
	background-repeat: no-repeat;
	width:700px;
	height:240px;
	}
	
#create_record{
	background: url("Images/new_record.png");
	background-repeat: no-repeat;
	width:365px;
	height:340px;
	}
	
#upload_song{
	background: url("Images/add_songs.png");
	background-repeat: no-repeat;
	width:365px;
	height:340px;
	}
	
#invite_codes{
	background: url("Images/invite_codes.png");
	background-repeat: no-repeat;
	width:150px;
	height:700px;
	top:0px;
	left:840px;
	position:absolute;
	}
	
#loading{
	background: url("Images/uploading.png");
	background-repeat: no-repeat;
	width:400px;
	height:300px;
	top:60px;
	left:230px;
	position:absolute;
	z-index:5;
	}
	
#upload_single_song{
	background: url("Images/upload_song_individual.jpg");
	background-repeat: no-repeat;
	width:780px;
	height:150px;
	top:60px;
	left:30px;
	position:absolute;
	}
	
#done_create_record{
	background: url("Images/done_create_record.jpg");
	background-repeat: no-repeat;
	width:400px;
	height:400px;
	top:0px;
	left:200px;
	position:absolute;
	}
	
	
