@import url('links.css');
html,body {
    margin:0;
    padding:0; 
    width:100%;
    font:100.1% "Trebuchet MS";
	background:#fff;
}

#startpage #navigation {
    position:relative;
    margin:9% auto 0 auto;
    width:736px;
    height:495px;
    background:url(/__templates/default/images/index/big_pyha.png) no-repeat 175px 152px;
}
    #startpage #navigation_blank {
        position:absolute;
        width:736px;
        height:495px;
        z-index:2;
        border:none;
    }
    #startpage #links a {
        display:block;
        position:absolute;
        text-decoration:none;
        z-index:1;
        background-repeat:no-repeat;
    }
        #startpage #link_forum {
            background:url(/__templates/default/images/index/link_forum_norm.png);
            width:124px;            
            height:124px;            
            top:341px;
            left:150px;
        }
        #startpage #link_fishki {
            background:url(/__templates/default/images/index/link_fishki_norm.png);
            width:154px;            
            height:32px;            
            top:194px;
            left:0;
        }
        #startpage #link_minifaq {
            background:url(/__templates/default/images/index/link_minifaq_norm.png);
            width:32px;            
            height:154px;            
            top:0;
            left:184px;
        }
        #startpage #link_library {
            background:url(/__templates/default/images/index/link_library_norm.png);
            width:32px;            
            height:154px;            
            top:126px;
            left:307px;
        }
        #startpage #link_articles {
            background:url(/__templates/default/images/index/link_articles_norm.png);
            width:124px;            
            height:124px;            
            top:81px;
            left:399px;
        }
        #startpage #link_kitchen {
            background:url(/__templates/default/images/index/link_kitchen_norm.png);
            width:154px;            
            height:32px;            
            top:194px;
            left:541px;
        }
    #startpage #invitation {
        position:absolute;
        right:40px;
        bottom:0px;
        width:320px;
        font-size:0.7em;
        color:#999;
        z-index:4;
    }
