*{
	margin: 0px;
	padding: 0px;
}

h1{
	font: bold 56px Arial;
	color: white;
	text-shadow:
		3px 3px 0 #000,
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
	margin-top: -150px;
}

.mega {
	background-image: url("../images/corn-plant.jpg");
	min-height: 350px;
	background-attachment:fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -40px;
}

h2{
	font: normal 24px Arial;
	color: white;
	padding-left: 10px;	
	text-shadow:
		3px 3px 0 #000,
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

header, div, footer, article,{
	display: block;
	word-wrap: break-word;
}

body{
	text-align: center;
	width: 100%;
	background: #c7d9c2;
	display:-webkit-box;
	-webkit-box-pack: center;
}

#main_wrapper{
	min-width: 400px;
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background: white;
	box-shadow: 0px 0px 10px 0px #12073B;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	background-color: #333;
	overflow: hidden;
	text-align: center;
}

li {
	display: inline;
}

li a {
	color: white;
	text-align: center;
	padding: 50px;
	background-color: #333;
	text-decoration: none;
}

li a:hover {
	background-color: #111;
}

.active {
	background-color: #dd1;
}

#game_box {
	text-align: center;
}

#title{
	text-align: center;
	top: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 100%;
	-webkit-box-flex: 1;
}

#instructions{
	width 100%;
	margin-top: 20px;
	padding: 20px;
	/*margin: 30px; /* 720px, 280px remaining */
	color: grey;
	-webkit-box-flex: 1;
}

p {
	margin: 30px;
	font-size: x-large;
	line-height: 30px;
}

#img_left {
	float: left;
	height: 200px;
	width: 300px;
	padding: 10px;
	border: 1px solid black;
	margin-right: 10px;
}

#img_right {
	float: right;
	height: 200px;
	width: 300px;
	padding: 10px;
	border: 1px solid black;
	margin-left: 10px;
}

#the_footer{
	text-align: center;
	padding: 20px;
	text: normal 10px Arial;
	color: grey;
}

