/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
/* this body fixes an IE bug and maintains x-browser uniformity */
	font-size: 100.01%;
	background:  #bddb8d url(../images/wp_green.png) repeat-x;	
	text-align:center;
}

#header
{
	background:url(../images/header_home_green.png) no-repeat;
	width: 700px;
	height: 289px;
	margin-top: 14px;
}

#container
{
	background:url(../images/wp_body_green.png) repeat-y;
	width: 740px;
	margin:0 auto;
}