body
{
	background-color: #fff;
	font-family: arial;
}
	
#container
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #799755;
	height: 500px;		
	width:950px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 25px; 
	-webkit-border-bottom-left-radius: 25px;
	background-repeat: no-repeat;
	background-position: bottom left;
}


