#menu li, #footer2, #menu_r {
  font-family: 'Droid Sans', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: -0.035em;
  line-height: 1em;
}

#menu ul, #menu li {
    list-style-type: none;
    display: inline;
    color: #fff;
    margin-right: 20px;
}

#menu {
    background-color: #000;
    padding: 5px;
}

#main {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 110px;
}

a:link, a:visited {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.none a {
    text-decoration: line-through;
    color: #d4d4d4;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#footer {
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
    background-color: #000;
}

#footer2 {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 39px;

}

#copy2, #menu_r {
    float:right;
    padding-right: 20px;
    color: #FFF;
}

#content2 {
    margin-left: 45px;
    margin-top: 30px;
}

#content2 h2 {
    word-spacing: 0.15em;
    text-align: left;
    line-height: 1.5em;
    font-size: 1em;
    font-weight: bolder;
    padding: 4px;
    background-color: #000;
    color: #fff;
    width:300px;
    margin-bottom: 0px;
    padding-bottom:10px;
    margin-top: 20px;
}

#content2 span {
    word-spacing: 0.15em;
    text-align: left;
    line-height: 1.5em;
    padding: 4px;
    background-color: #000;
    color: #fff;
    width:300px;
    padding-bottom:10px;
    margin-top: 20px;
}

.text-block {
    width: 400px;
    margin-left: 50px;
    color: #fff;
    background-color: #000;
    padding-left: 10px;
    margin-top: 2px;
}

.some-wrap {
    padding-top:1px;
    padding-bottom:1px;
}

.invader_w, .ship_w { position: absolute; overflow:hidden;  }
.invader_w { right: 40px; top:50px; width: 300px; }
.ship_w { left: 50px; bottom: 30px; }
.invader_w table { width: 300px; }
#invader td, #ship td {width: 30px; height: 30px;}
#invader td.g, #ship td.g {background-color: #000;}

.invader_boom {
    position: absolute;
    width: 10px;
    height: 20px;
    background-color: #000000;
}

.ga_images{ height: 200px; }

