@charset "UTF-8";
/* CSS Document */

/* basic elements */

body  {

		}
		
p {

		}
		
#container {
		margin: auto 100px auto 100px;
		background: url(song_list.jpg) no-repeat;
		height: 1500px;
		width: 950px;
		
	}
	
#list{position:relative;
top: 350px;
left: 155px;}
		
body  { 
background-color: #000000;

		}