body {
	font-weight: bold;
	background-repeat: repeat;
	background-image: url(images/bg.jpg);
	text-transform: uppercase;
	text-align: center;
	margin-left: 150px;
	margin-right: 0px;
	margin-top: 50px;
	background-color: white;
	color: black;
	font-size: 10px;
	font-family: Monaco, Courier, "Courier new", Helvetica, Terminal, System, monospace;
	overflow-x:hidden; 
	overflow-y:auto;
}

div#music{ padding-left: 25px; padding-bottom: 45px; padding-right: 35px; padding-top: 25px; height: 100%; float: left; z-index: 10; position: relative; background-repeat: no-repeat; color: white;background:black;}
 
div#info{ padding-left: 25px; padding-bottom: 45px; padding-right: 35px; padding-top: 25px; height: 100%; color: white; z-index: 10; float: left; position: relative; background-repeat: no-repeat;background:black;}
div#press{ padding-left: 25px; padding-bottom: 45px; padding-right: 35px; padding-top: 25px; height: 100%; color: white; z-index: 10; float: left; position: relative; background-repeat: no-repeat;background:#62a5db;}
a:link {

	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: line-through;
}

a:hover {
	background-color: #ffee66;
	color: #ffee66;
	text-decoration: line-through;
}
a:active {
	color: white;
	background-color: white;
}
a:selected {
	text-decoration: underline;
	background-color: black;
	color: white;
}
div#eXTReMe{ z-index: 0; visibility: hidden; height: 0px; width: 0px; position: absolute;}

