/* 
    Updated on : 02-sep-2014, 21:54:26
    Author     : Brian 
*/

body,html{
    width:100%;
    height:100%;
    overflow-x:hidden;
    font-family:'Titillium Web',sans-serif;
    background-color: #000;
    background-image: url("images/splash_tile.png");
    background-repeat: repeat;    
}
    @font-face{
        font-family:HeadFont;
        src:url(droid.ttf)
}
    @font-face{
        font-family:ParaFont;
        src:url(goodtimes.ttf)
    }
    p{
        font-family: ParaFont;
        color:silver;
    }
    h1,h2,h3,h4,h5,h6{
        font-family:HeadFont;
        /*color: #0275d8;*/
        color:silver;
    }
    div#splash{
        margin-top:120px;
        border-radius:30px 5px;
        box-shadow:0 0 50px 0 #000 inset,
        5px 5px 11px 0 #000;
        height:auto;
        padding: 15px;        
    }

    img#main-png{
        margin:15px;
    }