body{
    color:#01015f;
    margin:0;
    padding:0;
    text-align:center;
    background:#A28F81;
}

#surround{
    background:#0B0B29;
    width:770px;
    margin:0 auto 20px;
    text-align:left;
}
#logo{
    margin:0 0 0 24px;
}
#step{
    margin:0 24px 10px;
}
#step table{
    width:100%;
    height:35px;
    background:url('../images/step_bg.jpg');
    color:white;
    text-align:center;
}
#step td{
    vertical-align:middle;
    width:33%;
    padding:0;
}
#step td.cur{
    color:#F3D579;
    font-weight:bold;
}
#step td.border{
    width:1px;
    background:url('../images/step_side.jpg');
}
#content{
    background:white;
    border-left:24px solid #0B0B29;
    border-right:24px solid #0B0B29;
    padding:3px 3px 1em 3px;
}
#footer{
    padding:15px;
    text-align:center;
    background:#0B0B29;
    font-family: Georgia, Times New Roman, Serif;
    color: #ffffff;
    font-size: 10px;
}

