/*
 * Project: HTML5 Kid Games
 * File name: menu.html
 * Version: 0.1.0
 * Description:
 * Copyright (c) 2010 Michael Calabrese, Dunamis Design
 *
 * @author Michael Calabrese, Dunamis Design http://www.dunamisdesign.com Copyright (c) 2010
 * @see The GNU Public License (GPL)
 *
 * Released under the GNU General Public License version 3
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 3.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
 * for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 */
body {
  text-align:center;
}
section {
  display:block;
}
.page {
  width:900px;
  margin:auto;
}
.page p{
  text-align:left;
}
.instructions {
  width:900px;
  margin:auto;
  padding-bottom:10px;
}
.instructions .instruction_body{
  text-align:left;
  display:none;
}

#stage {
}
footer{
  display:block;
  margin-top:30px;
  font-style:italic;
  font-weight:bold;
  color:#888;
  clear:both;
}
footer a,footer a:visited,footer a:hover{
  font-style:italic;
  font-weight:bold;
  color:#888;
}
footer a:hover{
  color:blue;
}
