/******************************************************************************
 * GLOBAL
 *****************************************************************************/
body { background: white url('../images/back_page.png') repeat 0 0; font: 14px/27px 'BergamoStdRegular', Palatino, 'Book Antiqua', serif; }
a { color: #0072bc; }

/******************************************************************************
 * CONTENT
 *****************************************************************************/
#main {
    width: 500px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    background: transparent url('../images/mouse.png') no-repeat 0 0;
}

#main header {
    top: 100px;
    left: 185px;
    width: 274px;
    height: 246px;
    position: absolute;
    text-indent: -10000em;
    background: transparent url('../images/soon.png') no-repeat 0 0;
}

#links {
    top: 360px;
    left: 185px;
    position: absolute;
}

#links li {
    list-style-type: none;
    text-shadow: 0 1px 0 white;
}

#links li a {
    text-decoration: none;
    padding: 2px 4px;
}

#links li a:hover {
    background: rgba(0, 117, 190, 0.1);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*#links li a:before { content: '\2192\00a0'; }*/