#preload-01 {
  background:
  url(http://subtora/images/menuSprite.png) no-repeat -9999px -9999px; }
#preload-02 {
  background:
  url(http://subtora/css/menu.css);}

body{
  height: 100%;
    margin: 0;
    font-family: helvetica;
    background-color:white;
    line-height: 140%;
    overflow-x:hidden;
}
body::-webkit-scrollbar-track
{
	background-color: white;
}

/*{
	background-color: white;
}*/

body::-webkit-scrollbar-thumb
{
    background: #666; /* Standard syntax (must be last) */

}

div{
  user-select: none;
  display: block;
}

.main {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}
.stories{
  margin-top:6em;
}
.link{
    font-size:20px;
    display:inline-block;
    vertical-align:middle;
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
