@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0; 
	padding: 0;
}
#navigation {
	position:absolute;
	width:185px;
	z-index:2;
	left: 50px;
	top: 5px;
	height: 132px;
}
#content {
	position:absolute;
	width:560px;
	z-index:1;
	left: 290px;
	top: 48px;
}
