/* Setting background image for page */
body {
	background-image: url(gifs/chicken_loop.gif);
	background-repeat: no-repeat;
	background-color: rgba(167,211,233,1);
	background-position: right bottom;
}

.MainMenu {
	overflow: visible; /* allows content to extend beyond the (vertical) dimensions of the container*/
}

.GuestbookInput`{
	text-align: center;
	align-items: center;
}

#gb_form {
	text-align: center;
}

.gb_entry {
	display: block;
	border: 2px solid lightgrey;
	margin: 5px 5px 5px 5px;
	background-color: black;
}

.gb_header {
	background-color: yellow;
}

.gb_name {
	font-weight: bold;
	color: black;
}

.gb_datetime{
	font-style: italic;
	font-weight: bold;
	color: red;
}

.gb_message {
	color: white;
}

