#container
{
	width:838px;
	margin:0 auto 0 auto;
	padding:0;
	/*background-color:#fff;
	border-left:1px solid black;
	border-right:1px solid black;*/
	min-height:100%;
}

	#container.wide
	{
		width:925px;
	}
	
.footComment
{
	color:#666;
	background-color:#eee;
	
	position: fixed;
	left:0;
	z-index:11;
	margin:0.9em 0 0 0;
	bottom:0px;
}

#footer
{
	background-color:#fff;
	
	height:1.6em;
	
	font-size:10px;
	text-align:right;
	
	position: fixed;
	left:0;
	width:100%;
	border-top:1px solid black;
	padding-right:10px;
	bottom:0px;
	z-index:10;
}

#menu
{
	width:838px;
}
