/**
 * This file is part of the JavaScript GameBoy Emulator
 * Licensing information can be found in the LICENSE file
 * (C) 2013 Licker Nandor. All rights reserved.
 */

#holder
{
  width:        600px;
  padding:      2px;
  border:       0px solid black;
  margin-left:  auto;
  margin-right: auto;
  text-align:   center;
}


#lcd
{
  width:  320px;
  height: 288px;
}


#dbg
{
  width: 200px;
}
