@charset "UTF-8";
/* CSS Document */

#container {
	margin: auto;
	height: 768px;
	width: 1024px;
}

#content {
	position: absolute;
	height: 768px;
	width: 1024px;
}

#nav {
	position: absolute;
	width: 693px;
	left: 165px;
	top: 8px;
}
