/* Theres no place like home
********************************************************/
* {margin:0; padding: 0;}
html {height: 100%;}
body {
    height: 100%;
	font-size: 76%;
	line-height: 1.3;
	font-family: times, helvetica, arial, sans-serif;
    background-color: #0F0F0F;
    background: url(img/patterns/dk-grey-diamond.jpg) 0 0 repeat;
    color: #FFF;
    text-align: center;
    }

a img {border: none;}

#alfoil {
    position: relative;
    height: 100%;
    background: url(img/build/scary_shadow_bottom.png) 0 100% repeat-x;
}
#clingwrap {
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: url(img/build/scary_shadow_top.png) 0 0 repeat-x;
}
#hoverboard {
    display: table-cell;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
#the-411 {
    width: 750px;
    margin: 0 auto 20px auto;
}
h1 {
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}
h1 strong {
    font-size: 3em;
    font-style: italic;
    color: #FFF;
    padding-right: 15px;
}
h1 span {
    font-size: 2.5em;
    color: #333;
}
h1 a,
h1 a:visited {
    color: #777;
}
span.usage {
    font-size: 14px;
    color: #666;
}

/* contain the 0rsms
*******************************/
#the-business {
    width: 792px;
    height: 455px;
    margin: 0 auto;
    background: url(img/0rsms/not_yet_0rsm.png) 0 0 repeat;
}
#the-business ul {
    list-style: none;
}
#the-business li {
    float: left;
    width: 132px;
    height: 91px;
    background: url(img/build/0rsm-bg.png) 0 0 no-repeat;
}
#the-business li:hover {
    background-position: 0 -91px;
}
#the-business li a span {
    position: absolute;
    left: -9999px;
}
#the-business li a,
#the-business li a:visited {
    background: url(img/0rsms/totally.png) 0 0 no-repeat;
    display: block;
    float: left;
    width: 132px;
    height: 91px;
}

/* let the 0rsms begin
*******************************/
#the-business li a.iam {background-image:url(img/0rsms/iam.png) }
#the-business li a.ness {background-image:url(img/0rsms/ness.png) }
#the-business li a.not {background-image:url(img/0rsms/not.png) }
#the-business li a.you {background-image:url(img/0rsms/you.png) }
#the-business li a.whelps {background-image:url(img/0rsms/whelps.png) }
#the-business li a.doit {background-image:url(img/0rsms/doit.png) }
#the-business li a.totally {background-image:url(img/0rsms/totally.png) }
#the-business li a.more {background-image:url(img/0rsms/more.png) }
#the-business li a.just-be {background-image:url(img/0rsms/justbe.png) }
#the-business li a.dude {background-image:url(img/0rsms/dude.png) }
#the-business li a.sweet {background-image:url(img/0rsms/sweet.png) }

/* the footer
*******************************/
#socks {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    text-align: center;
    color: #484848;
    font-size: 14px;
    font-style: italic;
}
#socks a,
#socks a:visited {
    color: #484848;
    text-decoration: none;
}
#socks a.home,
#socks a.home:visited {
    color: #888;
    font-weight: bold;
}
#socks a:hover {
    text-decoration: underline;
}