/* DJ DOM G - Music Stylesheet */

body {

color: #fff;
margin: 0;
padding: 0 0 25px 0;
min-height: 600px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background: #000000 url(../images/bg-body.jpg) top left no-repeat;

}

/* @Layout */
#main {

width: 525px;
padding: 280px 0 0 55px;

}

p {

margin: 0;
padding: 0 0 15px 0;

}

/* @Links */

a { color: #f38411; }

a:hover { color: #ffb161; }

.a-download, .a-stream {

display: block;
text-indent: -9999px;
width: 101px;
height: 24px;
overflow: hidden;
background: url(../images/a-download.gif) no-repeat;

}

.a-stream {
background: url(../images/a-stream.gif);
}

.a-download:hover, .a-stream:hover {

background-position: 0 -24px;

}

p#copyright a {

color: #5b5b5b;

}

p#copyright a:hover {

color: #fff;

}

/* Headers */

h1 { display: none; }

/* Typography */

p#copyright { 
margin: 0;
padding: 10px 0 0 12px;
font-size: 10px;
color: #5b5b5b;
}
/* @Tables */

table {

border-collapse: collapse;

}

table td {

text-transform: uppercase;
padding: 5px;
border: 1px solid #2c2c2c;

}

table .name {

width: 370px;

}