div#showintro_main {
	background: white;
}
div#showintro_main a {
	text-decoration: overline;
}
div#showintro_heading {
	position:	fixed;
	top:		50%;
	left:		30%;
	font-size:	250%;
	font-family:	tahoma, sans-serif;
	color: 		brown;
	background: white;
}
div#create_recipe {
	position:	fixed;
	top:		20%;
	left:		10%;
	font-size:	200%;
	font-family:	tahoma, sans-serif;
}
div#create_recipe :link { color: red; }  
div#create_recipe :visited { color: red; } 
div#create_recipe a:active { color: black; } 
div#create_recipe a:hover { color: black; } 

div#plan_meal {
	position:	fixed;
	top:		35%;
	left:		70%;
	font-size:	130%;
	font-family:	tahoma, sans-serif;
}
div#plan_meal :link { color: blue; }  
div#plan_meal :visited { color: blue; } 
div#plan_meal a:active { color: black; } 
div#plan_meal a:hover { color: black; } 

div#build_shoppinglist {
	position:	fixed;
	top:		70%;
	left:		40%;
	font-size:	250%;
	font-family:	tahoma, sans-serif;
}
div#build_shoppinglist :link { color: green; }  
div#build_shoppinglist :visited { color: green; } 
div#build_shoppinglist a:active { color: black; } 
div#build_shoppinglist a:hover { color: black; } 

div#skip_to_menu {
	position:	fixed;
	bottom:		5%;
	right:		5%;
	font-size:	80%;
	font-family:	tahoma, sans-serif;
}
div#skip_to_menu :link { color: brown; }  
div#skip_to_menu :visited { color: brown; } 
div#skip_to_menu a:active { color: black; } 
div#skip_to_menu a:hover { color: black; } 

div#showintro_question {
	position:	fixed;
	bottom:		5%;
	left:		5%;
	font-size:	80%;
	font-family:	tahoma, sans-serif;
	color: 		brown;
}
