
#header, #menu, #content, #footer
	{
		margin-left :		auto;
		margin-right :		auto;
		width :			900px;
		text-align :		left;
	}

#header
	{
		height :			100px;
		padding-bottom :		10px;
	}

#menu
	{
		height :			60px;
	}

#content
	{
		min-height :		260px;
	}


