body {
	background-image:url(img/background.gif);
// background-color:#098648;
	padding:0px 50%;
}
img {
	border:none;
}
#wrapper {
	margin-left:-310px;
	padding:0px;
	width:622px;
}
#header {
	margin:-15px 0px -10px -9px;
}
#nav {
	float:left;
	width:140px;
}
#content {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:10px;
	border:3px solid green;
	margin-left:135px;
	margin-bottom:20px;
	padding:0px 10px;
	width:auto;
	background-color:#beffbe;
}
