/* div {
	border: solid black 1px;
}
*/
#container { 
	float: center;
	width: auto;
	height: 100%;
	position: relative;;
	font-family: Lato, Arial, sans-serif;
}

#top
{	
	color: #000;
	font-size: 76pt;
	text-align: center;
	margin-top: 20px;
	/* margin-bottom: 15px;*/
	margin-right: 100px;
	margin-left: 100px;
}

#action {
margin-top: 50px;
font-size: 40pt;
color: #444;
float: center;
height: auto;
font-family: Lato, Arial, sans-serif;
position: relative;
/*margin-bottom: 25px;*/
}

#afterAction{
float: center;
width: auto;
text-align: center;
height: 100%;
position: relative;
font-family: Lato, Arial, sans-serif;
}

#firstMsg {
margin-top: 5px;
font-size: 40pt;
color: #444;
text-align: center;
margin-bottom: 0.5em;
}


#just {
margin-top: 40px;
margin-right: 100px;
margin-left: 100px;
margin-bottom: 0.5em;
font-size: 40pt;
color: #444;
float: center;
height: auto;
font-family: Lato, Arial, sans-serif;
text-align: center;
}

#menuItemCourse {
margin-top: 25px;
font-size: 48pt;
color: #444;
text-align: center;
}

#menuItemCourseNumber {
font-size: 112pt;
font-weight: bold;
color: #000;
text-align: center;
}

#menuItemCourseNumberTakeaway {
font-size: 48pt;
/*font-weight: bold;*/
color: #444;
text-align: center;
}

#menuItemName {
margin-top: 5px;
font-size: 62pt;
font-weight: bold;
color: #000;
text-align: center;
margin-right: 100px;
margin-left: 100px;
}

#menuItemCategory {
font-size: 62pt;
color: #444;
text-align: center;
margin-bottom: 0px;
margin-right: 100px;
margin-left: 100px;
}

#menuItemDescription {
font-size: 24pt;
color: #444;
text-align: center;
margin-bottom: 0px;
margin-right: 100px;
margin-left: 100px;
}

#chili {
	position: relative;
	height: 2em;
}

#chili img {
	max-width: 30%;
	margin: 0 auto;
	display: block;
}

#anotherCourse {
	font-size: 1em;
	color: #444;
	position: relative;
	text-align: center;
	display: block;
	font-family: Lato, Arial, sans-serif;
}

#anotherCourse:visited {
	color: #444;
}

#banWeb {
	font-size: 24pt;
	color: #444;
	position: fixed;
	bottom: 0;
	height: auto;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

#somethingElse1 {
	font-size: 24pt;
	color: #444;
	margin-top: 115px;
	text-align: center;
	display: block;
}
#somethingElse2 {
	font-size: 24pt;
	color: #444;
	margin-top: 15px;
	text-align: center;
	display: block;
}
.banButton {
	height: 400px;
	width: 700px;
	border: 0;
	font-family: times;
	font-style: italic;
	font-size: 72px;
	font-weight: bold;
	border-radius: 15px;
	color: #333;
	background: #FFBE1A;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	padding: 0px;
	cursor: pointer;
}

span {
	text-align: center;
	margin: auto;
	font-weight: bold;
}

.banButton:hover {
	background: url('http://img.visir.is/apps/pbcsi.dll/storyimage/XZ/20140801/LIFID01/140809911/AR/0/AR-140809911.jpg?MaxW=649&NoBorder=1');
	background-size: contain;
	color: white;
}

.banButtonRed {
	height: 400px;
	width: 700px;
	border: 0;
	font-family: times;
	font-style: italic;
	font-size: 72px;
	font-weight: bold;
	border-radius: 15px;
	color: #333;
	background: #FF5454;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	padding: 0px;
	cursor: pointer;
}

.banButtonGreen {
	height: 400px;
	width: 700px;
	border: 0;
	font-family: times;
	font-style: italic;
	font-size: 72px;
	font-weight: bold;
	border-radius: 15px;
	color: #333;
	background: #02D174;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	padding: 0px;
	cursor: pointer;
}
