/* Skillz to pay the bills
********************************************************/
* {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;
    }
h1,h2,h3,h4,h5,h6 {
	margin: 0.5em 0 0.5em 0;
    }
p,ul,ol {
    margin: 0.5em 0 1em 0;
    }
ul,ol {
	margin-left: 2em;
    }
h1 {
    font-size: 6em;
    font-style: italic;
    font-weight: normal;
}
h1.small {
    font-size: 4em;
}
h2 {
    font-size: 5.5em;
    font-weight: normal;
    color: #484848;
}
h2.small {
    font-size: 3.6em;
}
h2 a,
h2 a:visited {
    color: #484848;
}
h3 {
    font-size: 1.2em;
    font-weight: normal;
}
h4 {font-size: 1em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

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;
}
#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;
}