@charset "utf-8";

body {
	width: auto;
	height: 1366px;
	margin: 0 auto;
	background-image: url(50543273.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.headList {
	margin-top: 25%;
	pozition: absolute;
}

header ul {
	margin: 0 auto;
	width: 740px;
	list-style: none;
}

header li {
	display: inline;
	margin: 0px 5px 0px 5px;
}
header a{
	background-color: #98BF21;
	font-size: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	border-radius: 50px;
}

header a:hover {
	cursor: auto;
	background-color: #7A991A;
}

.content {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 50px;
}

.imgTitle {
	display: block;
	margin: 0 auto;
	width: 762px;
}

footer {
	font-size: 30px;
	margin-bottom: 100px;
	margin-top: 30%;
	text-align: center;
}


