@charset "utf-8";
/* CSS Document */

html, body{
	background-color: #008a00;
}

#container{
	height: auto;
	width: 1280px;
	margin: auto;
	background-color: #008a00;
}

#container p{
	text-align: center;
	color: #FFFFFF;
	font-family: "Segoe UI";
}

#textarea{
	height: auto;
	width: 800px;
	margin: auto;
	color: #FFF;
	font-family: "Segoe UI";
}

#textarea h1{
	text-align: center;
}

#textarea p{
	text-align: center;
}


#buttonarea{
	height: 200px;
	width: auto;
	margin: auto;
}

#imagearea{
	height: 150px;
	width: 310px;
	margin: auto;
	text-align: center;
}
