#buttoncontainer {
    position: relative;
    height: 9em;
}

#littlebutton {
    position: absolute;
    left: 114px;
    top: 40px;
}

#bigbutton {
    position: absolute;
    left: 50%;
    top: 0px;
}

#bigbutton button {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -x-system-font: none;
    -moz-border-radius: 40px;
    background-color: #3399CC;
    border: 1px solid #006699;
    color: #FFFFFF;
    font-family:  "Lucida Grande","Lucida Sans",Geneva,Helvetica,sans-serif;
    font-size: 95%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    overflow: visible;
    padding: 10px;
    vertical-align: middle;
    font-size: 24px;
    text-align: center;
}
