body {
    font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#container {
    float: left;
    width: 800px; 
    height: 500px
}

#options {
    float: left;
    width: 150px;
}

li.optionItem{
    font-size: 12px;
}

ul.optionList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.optionButtons {
    position: absolute;
    left: 80px;
}

button.optionButton {
    border: 0;
    background: transparent;
}

h3 {
}

