@charset "utf-8";
/***************************************************************************
 *                          (css) main.css
 *                          --------------
 *   begin                : 31-Mar-2015
 *   modified             : 13-Apr-2015
 *   copyright            : (C) 2015 Daniel Julivert
 *   email                : ghoulwiz@gmail.com
 *   description          : General CSS
 *
 ***************************************************************************/


/********************************************************************************
  General page layout
********************************************************************************/

body {
	color: green;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*
	background: #000000 url(../img/background.jpg) no-repeat center center fixed;
	background-size: cover;
	*/
}

a { text-decoration: none; color: lime; }
a:visited { text-decoration: none; color: lime; }
a:hover { text-decoration: none; color: #88ff88; }
a:active { text-decoration: none; color: #88ff88; }


/********************************************************************************
  Game area
********************************************************************************/

#dmGameObject, #dmCodeIDE {
	margin-left: auto;
	margin-right: auto;
}
