#wrapper
{
    padding-top: 50px;
}

#starttop
{
    height: 356px;
}

    #startlogo
    {
        float: left;
        width: 294px;
        background: url( ../img/start_logo.jpg );
        height: 356px;
    }

        #startlogo ul
        {
            margin-top: 230px;
        }

            #startlogo ul li
            {
                line-height: 30px;
                margin-left: 29px;
                border-top: 1px solid #000;
                padding-left: 10px;
                width: 223px;
            }

            #startlogo ul li.last
            {
                border-bottom: 1px solid #000;
            }

                #startlogo ul li a
                {
                    text-decoration: none;
                    font-size: 1.2em;
                }

    #startrandoms
    {
        float: left;
        width: 686px;
        height: 356px;
        position: relative;
    }

        #startrandoms img
        {
            position: absolute;
            top: 0;
            left: 0;
        }

#latest-objects
{
    margin-top: 7px;
    height: 36px;
    background: url( ../img/menu_bg.gif );
    padding-left: 29px;
}

    #latest-objects strong, #latest-objects span
    {
        float: left;
        line-height: 36px;
        font-size: 1.1em;
    }

    #latest-objects span
    {
        margin-left: 25px;
    }

        #latest-objects span a
        {
            text-decoration: none;
            line-height: 36px;
        }