body
{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /*background-color: #0D649B;*/
  background-color: #000000;
}

.canvas
{
  display: block; /* display: block gives the ability to turn canvas which is inline into block element so that it can do 100% width and height properly */

  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;

  width: 100%
  height: 100%
}

.bufferCanvas
{
  display: none;
}

.background
{
  display: none;
}

.logo
{
  display: none;
}

.videaLogo
{
  display: none;
}

.power
{
  display: none;
}
