img
{
    border: 0px;
}

body {
    font-family:"Trebuchet MS", sans-serif; font-size:12px; 
    background-color:#5c5c5c;
    background-image:url(images/background.jpg);
    background-repeat:repeat-y;
    font-size:12px;
}

div.main_block
{
    background-color:#fff;
    width:790px;
    margin-left:100px;
}

.seethrough {
	width:58px;
	height:57px;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
}

.music_item {
	padding-bottom:30px;
	padding-left: 100px;
    height: 80px;
	font-size:14px;
}

.music_download {
	padding-left: 50px;
    float:left;
}
.music_composer {
    font-weight: bold;
}
.music_title {
    font-style: italic;
}

a:link, a:visited {
	color:#00f;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#08f;
	text-decoration:underline;
	font-weight:bold;
}