body {
Background-attachment: fixed;
 background-image: url(../inc/bkgd.jpg);
 background-repeat: no-repeat;
 height: 100%;
 background-position: 50% 0;
 background-color: #000;
 color: #fff;
 filter:alpha(opacity=50);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
font-size: 30px;
}
h1 {
font-size: 60px;
}

h1 a{
text-decoration: none;
color:#fff;
}


div#main {
background-color:#000;
}

div#clear {
clear: both !important;
}

.cat {
width: 20%;
font-size: 60px;

}

.player {
position: relative;
top: -30px;
}

span.cat {
width:40%;
font-size: 70px;
padding: 0 20px 0 18px;
}

span.cat:hover {
background-color: #666;
}

span.cat a {
text-decoration: none;
color: #fff;
}