/* UNIVERSAL */
* {
	margin: 0px;
	padding: 0px;
}

/* ElEMENTS */

BODY { 
	background: #EEF9FE;
}

/* ID */
#container {
	height: 21px;
	border-bottom: #B6B5AC solid 1px;
}

#music_container {
	position: relative;
	top: 3px;
	width: 688px;
	margin: auto;
	text-align: right;
	height: auto;
	border: none;

}
/* CLASSES */


