html, body
{
    background-color: #3a4456;
    color: #bfc4d1;
    padding: 0;
    margin: 0;
    font: 1em/2 "Trebuchet MS", sans-serif;
}

#page
{
    width: 920px;
    margin: 0 auto;
    padding-top: 120px;
    position: relative;
}

.block  { width: 440px; float: left; }

#intro  { margin-right: 40px; }
#intro h1
{
    color: #9aa0af;
    margin: 0.33em 0;
    font-size: 1.9em;
    line-height: 1.5;
    font-weight: normal;
    text-align: right;
}
#intro em   { font-style: normal; color: #bfc4d1; white-space: nowrap; }

#call-to-action { color: white; }

a           { color: #ffa922; }
a:hover,
a:active    { color: white; }


#language-toggle
{
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin: 0 -20px;
    position: absolute;
    top: 0;
    right: 480px;
    font-size: 80%;
    color: #697488;
}

#language-toggle:hover,
#language-toggle:active,
#language-toggle:focus
{
    background-color: #697488;
    color: white;
}
