@charset "utf-8";/* Layout */#container{	left: 50%;	top: 50%;	margin-left: -200px;	margin-top: -120px;	width: 400px;	height: 240px;	border: 3px solid #007d00;	position: absolute;}#header{	width: 400px;	height: 100px;	/* border: 1px solid #666666; */	position: relative;}#navi{	width: 200px;	height: 140px;	left: 0px;	/* border: 1px solid #ff0000; */	position: relative;}#content{	width: 200px;	height: 140px;	left: 200px;	top: -140px;	/* border: 1px solid #00ff00; */	position: relative;}