@charset "UTF-8";/* CSS Document */body{	margin: 0px;	padding: 0px;	width:100%;	height:100%;	background-color:#FFFFFF}#content{	width: 900px;	margin: 0px auto;	background-color: #FFFFFF;}#footerGreenSep{	width: 900px;	height: 4px;	top: 20px;	left: -20px;	position:relative;	background-color:#B6C600;}#headerBlackSep{	width: 900px;	height: 10px;	top: 80px;	position:absolute;	background-color:#000000;}#text{	width: 860px;	top: 100px;	position:absolute;	background-color:#FFFFFF;	margin-left:20px;	font-family: "Times New Roman", Times, serif;	font-size: 14px;}#text h2{	margin-top:40px;	margin-bottom:5px;}#text h3{	margin-top:5px;	margin-bottom:5px;}