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

a{ color:#aaa; text-decoration:none; }
a:hover{ color:white; }
h1{ font-size:2em; }

#page{ background:#999 url(_img/noise3.gif); height:100%; color:#999; font-weight:bold; }
#scroll{ position:relative; text-align:center; top:50%; font-size:2em; }
#therest{ position:relative; text-align:center; padding:40px; z-index:1; }
#therest a{ font-size:2em; line-height:1.5em; }

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

dl li{ margin:0 0 0 20px; float:left; }

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