html{ height:100%; }
body{ margin:50px 0; padding:0; background:#000 url(_img/SOLARHEAD_ORBITAL_DECAY_COVER_FRONT.jpg) no-repeat center fixed; background-size:100% auto; color:#fff; font-family:'Josefin Sans', sans-serif; font-size:15px; letter-spacing:1px; font-weight:normal; line-height:1.4em; cursor:default;}

a{ color:#aaa; text-decoration:none; }
a:hover{ color:white; }
h1{ font-size:2em; }
#scroll{ position:relative; text-align:center; top:50%; font-size:2em; }
#content{ position:relative; text-align:center; z-index:1; width:350px; margin:0 auto; }
#content a{ display:block; font-size:2em; padding:20px 0; background-color:rgba(50, 50, 50, 0.8); margin-top:10px }
#content a:hover{ background-color:rgba(20, 20, 20, 1); font-weight:bold; }

#logo{ position:absolute; left:50%; top:50%; margin-left:-450px; margin-top:-450px; }

ul, li{ margin:0; padding:0; list-style:none; }
li{ float:left; margin-right:20px; }

.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
.overflow{ display:block; overflow:hidden; text-indent:-10000px; }

@media only screen and (max-width: 600px) {

body{ background:#000 url(_img/stars.gif) repeat center fixed; }

}