@charset "utf-8";
/* CSS Document */

#container {}
	#header {
		width: 100%;
	}
	#nav {
		width: 100%;
	}
	#content {
		width: calc(100% - 50px);
	}
	#footer {
		width: 100%;
	}