body
{
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.1em;
    font-family: raleway, sans-serif;

    padding: 0;
    margin: 0;
    text-align: center;
}

p
{

}

a
{
    border-bottom: 1px dotted #00f;
    text-decoration: none;
}

a:hover
{
    color: #66f;
    border-bottom: 1px solid #66f;
}

a:visited
{
    color: #909;
}

#nav
{
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    background: #ffffff;
    margin: 0 auto;
    padding: 0;
    text-indent: 0;
    font-size: 1.2em;
}


#nav ul
{
    list-style-type: none;
}
#nav li
{
    display: inline-block;
    padding: 0.5em;
    margin: 0.5em;
}

#bg
{
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-y;
    background-image: url("img/jtmegli-bg.jpg");
}

#content
{
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    min-height:;
}


#footer
{
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255,255,255,1);
    padding:3em;
    font-size:0.8em;
    color: rgba(184,154,127,1);
}