#wrapper {
	width: 1000px;
	margin: auto;
	background-color: green;
	border-radius: 32px;
	box-shadow: 10px 10px;
}

body {
	background-color: blue;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
	text-align: center;
	text-decoration: underline;
	font-size: 30px;
}

.p {
	margin: auto;
	background-color: white;
	border-radius: 10px;
}

#li1 {
	background-image: url(images/africa.jpg);
	background-repeat: no-repeat;
	padding-top: 105px;
	padding-bottom: 105px;
	text-align: center;
	margin-right: 710px;
}

#li2 {
	background-image: url(images/antarctica.jpg);
	background-repeat: no-repeat;
	padding-top: 105px;
	padding-bottom: 105px;
	text-align: center;
	margin-right: 710px;
}

#li3 {
	background-image: url(images/asia.jpg);
	background-repeat: no-repeat;
	padding-top: 105px;
	padding-bottom: 105px;
	text-align: center;
	margin-right: 710px;
}

#li4 {
	background-image: url(images/australia.jpg);
	background-repeat: no-repeat;
	padding-top: 105px;
	padding-bottom: 105px;
	text-align: center;
	margin-right: 710px;
}

#li5 {
	background-image: url(images/europe.jpg);
	background-repeat: no-repeat;
	padding-top: 105px;
	padding-bottom: 105px;
	text-align: center;
	margin-right: 710px;
}

#li6 {
	background-image: url(images/northamerica.jpg);
	background-repeat: no-repeat;
	padding-top: 105px;
	padding-bottom: 105px;
	text-align: center;
	margin-right: 710px;
}

#li7 {
	background-image: url(images/southamerica.jpg);
	background-repeat: no-repeat;
	padding-top: 105px;
	padding-bottom: 105px;
	text-align: center;
	margin-right: 710px;
}
a {
	background-color: white;
	border-radius: 10px;
}

.cca {
	margin: auto;
	background-color: white;
	border-radius: 10px;
}

table {
	border: 2px solid black;
	background-color: white;
	border-collapse: collapse;
}

td, th {
	border: 2px solid black;
}