/* CSS Document */
#top {
		background-color: #000000;
		width: 100%;
		height: 30px;
		margin: 0px;
		position: absolute;
		bottom: 0px;
		position: fixed;
}

.food_break {
		border-bottom: 1px dashed #ccc;
		margin-bottom: 20px;
		width: 498px;
		height: 20px;
		clear: left;
}

