html
{
    margin: 1em;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: black;
    color: #666;
    font-family: sans-serif;
    font-size: 10px;
}

.text
{
    padding-top: 20px;
    white-space:pre;
}

.contain
{
    padding-top: 20px;
    width: 600px;
}

a {
    color: #aaa;
}

a:hover {
    text-decoration: none;
}

#text-shadow-box {
    position: relative;
    width: 598px;
    height: 406px;
    background: #666;
    overflow: hidden;
    cursor: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
}

#text-shadow-box div.wall {
    position: absolute;
    top: 175px;
    left: 0;
    width: 100%;
}

#tsb-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    color: #999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 80px;
    line-height: 0.5em;
    height: 1px;
    font-weight: bold;
    text-align: center;
}

div.wall div {
    position: absolute;
    background: #999;
    top: 42px;
    left: 0;
    height: 300px;
    width: 100%;
}

#tsb-box {
    left: -100px;
    width: 800px;
}

#tsb-spot {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: url(spotlight.png) center center;
    background: -moz-radial-gradient(center 45deg, circle closest-side, transparent 0%, black 60%);
    background: -webkit-gradient(radial, center center, 0, center center, 250, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
}