body {background-color: navy;
	margin-left: 100px;
	margin-right: 100px;}

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

#wrapper {background-color: green;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 25px;
	border-radius: 50px;
	box-shadow: 10px 10px;}

img {margin-left: 290px;
	margin-right: 275px;
	padding-top: 50px;
	padding-bottom: 50px;}

form {float: right;
	border-collapse: collapse;
	margin-left: 50px;
	margin-right: 100px;
	margin-top: 25px;
	background-color: lightblue;
	padding: 50px;
	border-radius: 50px;}

#box {border-collapse: collapse;
	border-style: solid;
	border-color: black;
	float: right;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 25px;
	background-color: lightblue;
	padding: 50px;
	}

td {padding: 5px;}

#center:first-of-type {text-align: center;
	font-size: 26px;
	background-color: black;
	color: white;}

p {background-color: white;
	padding: 25px;
	border-radius: 50px;}

ol {list-style-type: none;}

ul {background-color: lightgreen;
	line-height: 200%;
	list-style-type: none;
	border-radius: 25px}

ol a{background-color: lightgray;
	padding: 15px;
	border-radius: 25px;}

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

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

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

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

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

#north_america {background-image: url(images/northamerica.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-right: 700px;
	margin-bottom: 25px;}

#south_america {background-image: url(images/southamerica.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-right: 700px;
	margin-bottom: 25px;}

.checkbox {text-align: left;
		padding: 0px;}
