@charset "utf-8";
* {margin:0px; padding:0px;
}
#container {
	height: 400px;
	width: 763px;
	position: absolute;
}
#container #navi {
	float: left;
	height: 408px;
	width: 229px;
}
#container #cam {
	float: right;
	height: 400px;
	width: 534px;
	position: relative;
}
#infocam {
	position: absolute;
	height: 400px;
	width: 534px;
	top: 0px;
	left: 229px;
}
