body {
    margin: 0;
    background: #000;
    font-family: "Oswald", Arial, sans-serif;
}

#background-image {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    border-bottom: 1px solid #444;
}

#wrapper {
    margin: 120px auto 0 auto;
    width: 820px;
}

h1 {
    margin: 0 auto;
    width: 648px;
    height: 288px;
    display: block;
    background: url("../images/home/pearl-home.png");
    font-size: 1px;
    text-indent: -1000px;
}

#homepage-main {
    margin: 0 auto;
    padding: 40px;
    width: 700px;
    border: 20px #535353 solid;
    background: #000;
    float: left;
}

#homepage-main div {
    width: 350px;
    float: left;
    text-align: right;
}
h2 {
    margin: 0 0 10px 0;
    width: 350px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ff5f00;
    font-size: 24px;
}
h3 {
    margin: 0;
    width: 350px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

ul {
    margin: 0;
    padding: 0 0 0 50px;
    width: 300px;
    list-style: none;
    float: left;
}
ul li {
    width: 300px;
}
ul li + li {
    margin-top: 10px;
}

ul a {
    padding: 10px 0 0 100px;
    height: 32px;
    display: block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: top left;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
ul a:hover {
    background-position: bottom left;
}

a.usa {
    background-image: url("../images/home/usa-1.png");
}
a.eu {
    background-image: url("../images/home/europe-1.png");
}
a.brazil {
    background-image: url("../images/home/brazil-1.png");
}

ul a:hover span {
    border-bottom: 1px dotted;
}

#homepage-desc {
    margin: 0;
    padding: 40px 0;
    font-size: 11px;
    text-align: center;
    color: #ddd;
    font-family: Arial, sans-serif;
    clear: both;
}