html
{
    height:100%;
    width:100%;
}
body
{
    height:100%;
    width:100%;
    background:#FFF47E url(../image/start-page-bg.jpg) left top;
    text-align:left;
}
#startpage
{
    width:805px;
    height:550px;
    position:relative;
}
#logo-startpage,
#entrance-startpage
{
    position:absolute;
    bottom:0px;
    height:276px;
    text-align:center;
}
#logo-startpage
{
    right:269px;
    width:276px;
}
#entrance-startpage
{
    right:0px;
    width:269px;
    font-weight:bold;
    font-size:1.3em;    
}
#entrance-startpage ul
{
    margin-top:93px;
    line-height:1em;
}
#entrance-startpage li
{
    padding-bottom:20px;
}
#logo-startpage a
{
    display:block;
    text-indent:-9999px;
    width:220px;
    height:106px;
    background:transparent url(../image/logo-startpage.gif) center center no-repeat;
    overflow:hidden;
    margin:80px auto 0px auto;
}
#entrance-startpage a:link,
#entrance-startpage a:visited
{
    color:#FFFFFF;
    text-decoration:none;
}
#entrance-startpage a:hover,
#entrance-startpage a:active
{
    color:#FFFFFF;
    text-decoration:underline;
}