div.screencontainer
{
  width : 480px;
  height : 320px;
  /*border: 1px green dotted;*/
}

div.moviescreenframe
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 480px;
  height: 320px;
  /*border: 1px solid;*/
  /*background: #A0FFA0;*/
  z-index: 0;
}

body
{
  margin: 0px;
  font-family: marker felt,trebuchet,tahoma,verdana,arial,helvetica;
  font-size: 24;
  font-weight: bold;
  width: 480px;
  height: 320px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

td
{
}

a
{
  text-decoration: none;
  color: #000040;
}

a:visited
{
  text-decoration: none;
  color: #000040;
}

a:active
{
  border: 1px solid white;
  text-decoration: none;
  color: blue;
}

table.center
{
  margin:  auto;
}

/* Layout */


div.div_invisible
{
  visibility:  hidden;
}

a.ahref_shown
{
  display:  inline;
}

a.ahref_hidden
{
  display:  none;
}

img.img_shown
{
  display:  inline;
}

img.img_hidden
{
  display:  none;
}

div.div_shown
{
  display:  block;
}

div.div_hidden
{
  display:  none;
}

span.span_shown
{
  display:  inline;
}

span.span_hidden
{
  display:  none;
}

div.div_container
{
}

img.mainmenu_button_start
{
  position: absolute;
  top: 100px;
  left: 160px;
}

img.mainmenu_button_start2
{
  position: absolute;
  top: 140px;
  left: 160px;
}

img.mainmenu_button_about
{
  position: absolute;
  top: 180px;
  left: 160px;
}

div.about
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 480px;
  height: 320px;
  z-index: 20;
}

img.about_button_mainmenu
{
  position: absolute;
  top: 0px;
  left: 10px;
}

div.aboutcontents
{
  position: absolute;
  top: 60px;
  left: 10px;
  font-size: 16;
  font-weight: normal;
}

span.topbuttons
{
  position: absolute;
  top: 0px;
  left: 320px;
  z-index: 20;
}

div.pauselevel
{
  position: absolute;
  opacity: 0.85;
  top: 80px;
  left: 100px;
  z-index: 20;
}

div.gameover
{
  position: absolute;
  opacity: 0.85;
  top: 80px;
  left: 100px;
  z-index: 20;
}

div.gamewin
{
  position: absolute;
  opacity: 0.85;
  top: 80px;
  left: 100px;
  z-index: 20;
}

div.score
{
  position: absolute;
  top: 0px;
  left: 160px;
  z-index: 0;
}

div.energy
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

div.time
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

img.mainmenu_button_moregames
{
  position: absolute;
  top: 70px;
  left: 10px;
}
