body
{
    margin:0px;
    padding:0px;
    background-image:url('images/SprayPaintBkg1.jpg');
    background-repeat:no-repeat;
    font-family:Arial, Helvetica, Sans-Serif;
}

h1,h2,p
{
    display:none;
}

#show-title
{
    position:absolute;
    top:285px;
    left:115px;
    width:750px;
}

#show-title a
{
    font-size:3em;
    font-family:Arial,Helvetica, Sans-Serif;
    text-decoration:none;
    color:#000;
    font-weight:bold;
}

#twitter span, #subscribe span, #show-more span
{
    display:none;
}

a img
{
    border:0px;
}

#twitter
{
    position:absolute;
    top:450px;
    left:420px;
}

#twitter, #twitter img
{
    width:250px;
    height:200px;
}

#subscribe
{
    position:absolute;
    top:70px;
    left:820px;
}

#subscribe, #subscribe img
{
    width:150px;
    height:150px;
}

#show-more
{
    position:absolute;
    top:350px;
    left:790px;
}

#show-more, #show-more img
{
    width:150px;
    height:100px;
}

.none
{
    display:none;
}

.close
{
    position:absolute;
    right:2px;
    top:2px;
    background-color:#ccc;
    color:#fff;
    font-weight:bold;
    padding:4px;
    cursor:pointer;
}

.hl
{
    background-color:#ff9;
    font-weight:bold;
}

#sb-pnl
{
    position:absolute;
    top:200px;
    left:550px;
    border:solid 10px #999;
    padding:10px;
    width:425px;
    z-index:100;
    background-color:#fff;
}

#sb-pnl input
{
    width:90%;
}

#sb-pnl span
{
    padding:2px;
}

.nav
{
    margin-left:8px;
    margin-top:8px;
}

.nav ul
{
    list-style:none;
}

.nav ul li
{
    display:inline;
    padding:4px;
    background-color:#eee;
    cursor:pointer;
    margin-left:4px;
    margin-right:4px;
}

.nav ul li a
{
    text-decoration:none;
    text-transform:lowercase;
    font-weight:bold;
    color:#0066ff;
}

#nav-site
{
    position:absolute;
    top:665px;
    left:385px;
    width:400px;
}

#footer
{
    position:absolute;
    padding:10px;
    margin-top:25px;
    font-size:.8em;
    text-align:center;
    width:90%;
    top:750px;
}
