﻿body
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    margin: 0;
    background: #B4B4B4 url('/images/bg-credits.jpg') no-repeat center;
}

.credits-main {
	
    height:272px;
    margin:0 auto;
    padding-top:80px;
    text-align:center;
    width:482px;
}

.credits-main a
{
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.credits-main a img
{
    border:0px;
}

.credits-main a:hover
{
    color: #aaa;
}

.spacer
{
	height: 20px;
}