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

#container{
	width:100%;
	
}

.menuitemright{
	
	float:right;
}

#content, #footer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	
}

#footer{
	text-align:center;
	
}

#footerline{
	margin-top:10px;
}