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

#title {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 820px;
}
#content {
	position: absolute;
	top: 35px;
	left: 6px;
	width: 820px;
}
#navigation {
	background-image:url(images/nav_screen.png);
	background-position: bottom;
	background-repeat:no-repeat;
	position: fixed;
	bottom: 0px;
	left: 6px;
	width: 820px;
}
	

