body {
    background-image: url('/img/background.png');
    background-repeat: repeat-x;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #666;
    height: 500px;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 12px;
}

#header-wrapper {
    margin: 63px auto 0;
    width: 900px;
    text-align: left
}

#social-links {
  position: relative;
  top: 10px;
}

#content-wrapper {
    position: relative;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

#left-column {
    position: absolute;
    top: 10px;
    left: 0;
    width: 212px;
    font-size: 12px;
}

#main-column {
    position: absolute;
    top: 10px;
    left: 250px;
    width: 640px;
    border: 0;
}

.player-group {
    position: relative;
    height: 20px;
    width: 350px;
    margin-bottom: 20px;
    border: 1px solid #ff0000;
    background-color: #ff3333;
    font-size: 10px;
}
.player {
    position: relative;
    left: 0;
    top: 0;
}
.player-spacer {
    position: relative;
    top: -20px;
    left: 200px;
    width: 50px;
    height: 20px;
    background-color: white;
}
.player-download {
    position: absolute;
    left: 265px;
    top: 3px;
    width: 30px;
}

.hirez-download {
    position: absolute;
    left: 310px;
    top: 3px;
    width: 30px;
}

.hirez-download a, .player-download a {
    color: white;
    text-decoration: none;
}