body
{
    font-family:verdana;
    font-size:11px;
    color:#524437;
    background-image:url("graph/bg.png");
    background-repeat:repeat-x;
    background-color:#122b47;
    margin-top:0px;
}
#centerized
{
    width:720px;
    margin-left:auto;
    margin-right:auto;
}
#left_ad
{
    width:165px;
    float:left;
}
#center_ad
{
    width:540px;
    display:inline;
    text-align:center;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
}
#text_ad
{
    width:540px;
    text-align:center;
    float:left;
    margin-top:10px;
    margin-bottom:2px;
}

#bg
{
    width:720px;
    background-color:#e7e7e7;
    float:left;
}
#welcome
{
    width:540px;
    height:32px;
    background-image:url("graph/welcome.png");
    background-repeat:no-repeat;
    float:left;
}
#browse_all
{
    width:540px;
    height:33px;
    background-image:url("graph/browse_everything.png");
    background-repeat:no-repeat;
    float:left;
}
.content
{
    width:530px;
    float:left;
}
#logo
{
    width:720px;
    height:200px;
    background-image:url("graph/logo.png");
    background-repeat:no-repeat;
}
a
{
    color: #9B9C83;
    text-decoration:none;
    border-bottom:dashed;
}

a:hover
{
    color: #0080FF;
}

#footer
{
    width:540px;
    float:left;
    text-align: center;
    margin-top:30px;
}

#address_bar
{
    background-color:#000000;
    text-align: center;
    color: #000000;
}

#center_browse
{
    width:540px;
    text-align:center;
    float:left;
}

#go
{
    background-color:#614638;
    background-image:url('graph/bg_button.png');
    background-repeat:repeat-x;
    border:1px solid #050505;
    font-weight: bold;
    color: #FFFFFF;
    height:27px;
    vertical-align:middle;
}

#address_box
{
    width: 300px;
    background-color:#614638;
    background-image:url('graph/bg_button.png');
    background-repeat:repeat-x;
    border:1px solid #050505;
    color:#ffffff;
    height:23px;
    vertical-align:middle;
}

.option
{
    padding: 2px 0;
    background-color: #EEEBEA;
}

.option label
{
    border-bottom: 2px #ffffff solid;
}

form
{
    margin: 0;
}

#error, #auth
{
    background-color: #e7e7e7;
    border-top: 1px solid #050505;
    border-bottom: 1px solid #050505;
    width: 720px;
    clear: both;
    margin-left:auto;
    margin-right:auto;
}

#auth
{
    background-color: #94C261;
}

#error p, #auth p, #auth form
{
    margin: 5px;
}