h1
{
    font-family: "trebuchet ms", arial, sans-serif;
    color: #777;
}

.choices
{
    position: relative;
    width: 690px;
    height: 100px;
}

.choice1,
.choice2,
.choice3,
.choice4
{
    position: absolute;
    height: 40px;
    width: 200px;
}

.choice1 { left: 0; top: 0; }
.choice2 { left: 0; top: 40px; }
.choice3 { left: 220px; top: 0; }
.choice4 { left: 220px; top: 40px; }

.continueChoices
{
    position: absolute;
    left: 480px;
    top: 40px;
}