body{
    background: #F8F8F8;
}

#header
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 8px;
    z-index: 1001;
}

    #header-spaceholder
    {
        height: 130px;
        width: 100%;
    }

    #header #site-logo
    {
        float: left;
        
        margin: 35px 0 40px 55px;
    }

#main-content
{
    font-family: Tahoma;
    font-size: 16px;
    color:#333333;
}

#main-content h1
{
    font-size: 24px;
    font-weight: normal;
}

#main-content h1, #main-content ol li .row-head
{
    font-size: 24px;
    color: #FDBA31;
}

#main-content ol
{
    list-style: none;
    line-height: 60px;
    margin-left:0; 
    padding-left:0;
}

#main-content .download-button
{
    margin-top: 30px;
}

#main-content a
{
    color: #3f658c;
}

    #main-content .browserIcon.chrome.inline
    {
	    display: inline-block;
        height: 32px;
        width: 32px;
        background: url("./images/chrome_32x32.png");
    }
    
    #main-content .browserIcon.chrome 
    {
        background-position: 0 0;
    }
