* {
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 100;
}

body {
    background-color: #ecf0f1;
}

#left div, #right div, #header, #footer {
    border-radius: 10px;
}

h1 {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 10px;
}

#header, #left, #right, #footer {
    position: relative;
}

#wrapper {
    position: relative;
    width: 1050px;
    margin: 0 auto;
}

#header {
    background-color: #ff5a10;
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#left {
    width: 740px;
    float: left;
}

.left-content {
    height: 125px;
    margin-bottom: 10px;
    background-color: #08204a;
}

#right {
    width: 300px;
    float: right;
}

.right-content {
    height: 270px;
    margin-bottom: 10px;
    background-color: #08204a;
}

#footer {
    background-color: #08204a;
    height: 200px;
    width: 1050px;
    float: right;
    margin-bottom: 10px;
}

/**
 *
 * ad specific styles
 */
#leaderboard {
    position: relative;
    background-color: #ECEFF1;
}

#rectangle {
    width: 300px;
    height: 270px;
    background-color: #B0BEC5;
    margin: 0 auto;
    margin-bottom: 10px;
}

#skyscraper {
    position: absolute;
    left: 1060px;
    top: auto;
}

#billboard {
    margin-bottom: 10px;
}