/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(http://www.fdlawfirm.com/wp-content/uploads/2010/10/bg-32.gif);
}

#placement{
	width:100%;
	margin:0 0 0 0;
	}
	
#content{
	position:relative;
	top:0px;
	width:940px;
	height:400px;
	margin:0 auto;
	background-color:#F2EEE9;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:0 0 20px 0;
	line-height:20px;
	border-bottom-left-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
}

