/* CSS Document */
body {
 background: #000;
 color: #FFF;
 padding-bottom: 100px;
 background-image: url(../images/credits-footer.gif);
 background-repeat: no-repeat;
 background-position: bottom center;
}

a {
 color: #FFF;
 text-decoration: none;
 border-bottom: 1px solid #333;
}

a:hover {
 border-bottom: 1px solid #F30;
}

h1 {
 text-align: center;
 text-transform: lowercase;
 font: normal 1.6em Georgia;
 margin-top: 2em;
 margin-bottom: .9em;
}

h2 {
 text-align: center;
 text-transform: lowercase;
 font: normal 1.6em Georgia;
 margin-top: 2em;
 margin-bottom: .9em;
}

dt {
 color: #666;
 font: .7em/1.3em Lucida Grande, Verdana;
 text-align: right;
 width: 49%;
}

dd {
 font: .7em/1.3em Lucida Grande, Verdana;
 margin-left: 51%;
 margin-top: -1.3em;
 margin-bottom: 1.2em;
}




