                                                                            /*Green Global Grid*/

/* COLORS
   Body Background:       #000000
   Main Text:             #ff
   Colored Text:		  #
   h1					  #
   Links:                 #
   Menu Bar:              #
   Menu Text:			  #
*/

/* RESETS & BASIC PAGE SETUP */

*{ margin:0; padding:0; }
html { overflow-y: scroll; }
ul { list-style: none inside; }
a { outline: none; }
a img { border:none; }

/* END RESET */


body {
	text-align: center;
	font-size: 100%;
	font-family: arial, sans-serif;
	background: #e5e5e5;
	}	
div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	margin-top: -300px;
	margin-left: -400px;
	font-size: 100%;
	}

div#page-wrap {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	}
			
div#main-content {
	width:800px;
	height: 600px;
	}
	

