#Header {
    background-size: 1px 400px;
    background-repeat: repeat-x;
    background-image: url("../img/tile.png");
}

#Hero {
    height: 400px;
    background-size: 710px 400px;
    background-image: url("../img/hero.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#Content {
    text-align: center;
}

#Wrapper {
    width: 900px;
    min-height: 200px;
    background-color: transparent;
    margin: 0px auto 0px auto;
}

#Available {
    float: left;
    width: 300px;
    min-height: 200px;
    background-color: transparent;
    box-sizing: border-box;
    padding: 20px;
}

#Intro {
    width: 600px;
    margin-left: 300px;
    min-height: 300px;
    background-color: transparent;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
}

#Intro > :first-child {
    margin-top: 0px;
}

#Intro > :last-child {
    margin-bottom: 0px;
}

.fade {
    color: #999;
}
