/* CSS Document */
body {
	text-align:center;
  margin-bottom:20px;
 background:#FFFFFF;
 color: #333333;
 background:url(../images/background/green.png) repeat-x;
 }
#body{
	width:900px;
	border:1px solid black;
	margin:0 auto;
	overflow:auto;
	}
#globalnav {
	width:900px;
 height:25px;
 background:#D2F668;
 color: #333333;
 border-bottom:1px solid black;
 }
div#content{
	width:900px;
	}
#foot{
	width:900px;
	height:40px;
	background:#F2FFE4;
	border-top:1px solid #E8E8E8;
	padding-top:7px;
	text-align:center;
	font-size:12px;
	margin-top:5px;
	}

