html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    height: 101%;
}

body {
    background-color: #222222;
    background-image: url("/bfa2.jpg") !important;
    background-attachment: fixed !important;
    background-repeat: initial;
    background-position-x: 70%;
    background-position-y: 33%;

    font-size: 1.2em;
    line-height: 1.4;

    color: #CCCCCC;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    color: #CCCCCC;
}

a:hover {
    color: #666666;
}

#content {
    width: 1290px;
    margin: 0 auto;
    text-align: center;
}

#player {
    width: 1290px;
    margin: 0 auto;
    text-align: center;
}

#newspic {
    border-style: solid;
    border-width: 5px;
    border-color: #666666;
}

#newspic:hover {
    border-color: #CCCCCC;
}

.links {
    font-size: 1.5em;
    font-weight: bold;
}

.inactive {
    color: #444444;
}
