body
{
  background-color: #000000;
}
#Menu
{
  width: 44em;
  height: 6em;
  position: fixed;
  top: 1em;
  left: 1em;
  background-color: #D4D0C8;
  background-image: url(BackGround.gif);
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
  border: groove;
  z-index: 4;
}

#Menu li
{
float: left;
border: groove;
padding: 1em;
list-style-type: none;
}

#Main
{
 background-color: #D4D0C8;
  position: absolute;
  left: 5em;
  top: 6em;
  height: 1055%;
  width: 55em;
  padding: 10px;
  border: groove;
}

#Total
{
  position: relative;
  background-color: WhiteSmoke;
  height: 1em;
  width: 5em;
  border-top-width: 0px;
  top: -17px;
}

#Outer
{
  padding-top: 0px;
  background-color: WhiteSmoke;
  width: 5em;

}

#Pre
{
  visibility: hidden;
  width: 0;
  height: 0;
}

strong
{
  padding-bottom: 0px;
}

#divConsole
{

}

#divGamePlay
{
  position: absolute;
  top: 9em;
  left: 20em;
}

#pNextCard
{
 position: relative;
 top: -17px;
}



