body{
    overflow-x:hidden;
    font-family: Verdana;
}
#loading{
    position:absolute;
    top:250px;
    left:50%;
    margin-left:-64px;
    margin-top:-7px;
    width:128px;
    height:15px;
}
#menu{
    text-align:center;
    font-size:150%;
    margin:20px;
}
#menu a{
    margin:0 20px;
    color:#55f;
}
#menu .selected{
    background:#ff0;
}
#info, #content{
    width:980px;
    margin:0 auto;
}
#info{
    min-height:100px;
    _height:100px;
    background:#55f;
    color:#fff;
    position:relative;
    padding:10px;
    font-size:120%;
}
#info a.download{
    color:#fff;
    position:absolute;
    top:10px;
    right:10px;
}
#content{
    min-height:200px;
    _height:200px;
    background:#ff0;
    position:relative;              
    padding:10px;
    font-size:130%;
}
#footer{
    margin-top:30px;
    text-align:center;
}
#footer img{
    border:0;
    vertical-align:middle;
}
#footer a, #footer span{
    margin:0 20px;
}
#footer span{
    color:#777;
}
