body {
    background-color: #000;
    background: url('img/background.jpg');
    color: #fff;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
}

h1 {
	text-align: center;
}

table {
    width: 800px;
    border: none;
    margin: 0 auto;
}

table tr td.left {
    width: 300px;
    text-align: left;
    padding-right: 30px;
    vertical-align: top;
}

table tr td.right {
    width: 300px;
    text-align: right;
    padding-left: 30px;
    vertical-align: top;
}

table tr td.badge {
    text-align: center;
    width: 200px;
}

table tr td.badge img {
    width: 200px;
    height: 200px;
}

h2 {
    color: #E05900;
    text-transform: uppercase;
    font-size: 120%;
}

p.header {
    text-transform: uppercase;
    font-size: 110%;
    text-align: center;
}

a,
a:visited,
a:hover,
a:active {
    color: #E05900;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

a img {
    border: 1px solid #E05900;
}

img.icon {
    height: 48px;
    width: 48px;
}

p {
    font-size: 90%;
}

span.caption {
    font-size: 80%;
}
