/*SWPaP CSS import file  */


#myContainer {
  width: 100px;
  height: 100px;
  position: relative;
  padding: 0px;
  /* background: yellow;  */
}

#myAnimation {
  width: 100px;
  height: 100px;
  position: absolute;
  padding: 0px;
  /* background-color: red; */
}

#StarFighter
{
 /* position: absolute;*/
 top: 25px;
 left: 1px;
 width: 150px;
 height: 100px;
/* border: 2px solid black; */
/* padding: 10px;	*/
 z-index: 1;
 opacity: .9;
 background-color: #e0e0e0;
}

#myBounceContainer {
  width: 100px;
  height: 100px;
  position: relative;
  padding: 0px;
  /* background: yellow;  */
}
#myBounceAnimation {
  width: 100px;
  height: 100px;
  position: absolute;
  padding: 0px;
  /* background-color: red; */
}

#Droid
{
 /* position: absolute;*/
 width: 100px;
 height: 100px;
/* border: 2px solid black; */
 padding: 0px;
 z-index: 1;
 opacity: .9;
 background-color: #e0e0e0;
}


#logo
{
 background: #000000;
}


#banner
{
width: 100%;
height: 150px; 
 border: solid 1px black;
 color: yellow;  
background-color: black;

}
 

div
{
 padding: 50px;
}

h1
{
 color: yellow;
 background: black;
 border-width: 0px;
 padding-top: 0pt;
 padding-bottom: 0pt;
}

#page1
{
 padding: 5%;
 padding-top: 1%;
 padding-bottom: 1%;
}

#main_story
{
 padding: 5%;
 padding-top: 5%;
 padding-bottom: 1%;
 z-index: 2;
} 

#hide
{
visibility:hidden;
color: white;
}

#contread_button
{
 padding: 10px;
 padding-bottom: 0pt;
 padding-top: 0pt;
}

#buttons
{
 width: auto;
 height: auto;
 padding: 10px;
 padding-bottom: 0pt;
}

#disp_time
{
 position: relative;
 left: 75%;
 bottom: 5px; 
 right: 0;
 padding: 0%;
 width: 24%;
 height: auto;
} 