@media all {

* {
	margin: 0;
	padding: 0;
}

body {
	background: url("repeat.jpg") repeat-x top #000000;
}

a {
	color: #000000;
}

img {
	border: 0;
}

#image {
	position: relative;
	width: 900px;
	height: 567px;
	margin: auto;
	background: url("bg-index.jpg") no-repeat center top;
}

#music {
	position: absolute;
	left: 100px;
	top: 441px;
	margin: 64px;
	margin-left: -36px;
}

#music_link {
	display: block; 
	width: 127px;
	height: 43px;
	cursor: pointer; 
	background: url("music.jpg") no-repeat;
	z-index: 10;
}

#music_link:hover {
	display: block; 
	width: 127px;
	height: 43px;
	background: url("music_over.jpg") no-repeat;
	z-index: 0;
}

#myspace {
	position: absolute;
	right: 100px;
	top: 441px;
	margin: 64px;
	margin-right: -30px;

}

#myspace_link {
	display: block; 
	width: 127px;
	height: 43px;
	cursor: pointer; 
	background: url("myspace.jpg") no-repeat;
	z-index: 10;
}

#myspace_link:hover {
	display: block; 
	width: 127px;
	height: 43px;
	background: url("myspace_over.jpg") no-repeat;
	z-index: 0;
}

#footer {
	position: absolute;
	bottom: 15px;
	width: 100%;
	font-size: 75%;
	color: #717B87;
	text-align: center;
}

#footer a {
	color: #717B87;
	text-decoration: underline;
}




}




