body {
    background-color: #101010; 
    font-family: sans-serif;
}

div#editor {
    width: 760px;
    height: 570px;
}

object#editor {
    width: 900px;
    height: 730px;
}

div.leaderboard {
    width: 468px;
    float: left;
}

div.clear { clear: both; }
.right { float: right; }
.left { float: left; }

div#wrapper {
    margin: 0 auto;
    text-align: center;
}
div#plea { color: white; font-size: 14px }

div#top-less { width: 800px; margin: 10px auto; text-align: center; position: relative; left: 30px }

div#logo { text-align: left; margin: 10px auto 0; width: 900px }
div#logo img.logo { position: relative; left: 50px; width: 280px }
div#tip-box {
    height: 52px; width: 250px; 
    position: relative; right: 67px; 
    border: 1px solid white; 
    padding: 0 5px;
    display: none;
}
div#tip-box img.bulb { width: 15px; position: relative; top: 3px }
span#tip { 
    color: white; 
    font-size: 11px; 
}

