#wrapper{
		width:1000px;
		margin:auto;
		background-color:#3cbcc3;
		border-radius:72px;
		box-shadow:5px 5px 10px #438945;
		padding:60px;
}
body{
	background:#1d1d2c;
	font-family:"lucida grande", verdana, sans-serif;
}
h1{
	margin-left:282px;
	margin-right:282px;
}
h2{
	text-align:center;
	font-size:50px;
	text-decoration:underline;
}
main{
	float:right;
	width:680px;
	margin-top:20px;
	}
nav{
	margin-right:700px;
	margin-top:50px;
}
h3{
	text-align:center;
}
#wait{
	clear:right;
}
form{
	background-color:lightblue;
	border:2px solid black;
	font-family:sans-serif;
	width:600px;
	padding:10px;
	margin-left:30px;
}
form table td{
	border:lightblue;
}
form table td:nth-child(2){
	text-align:left;
}
table td:nth-child(1){
	text-align:end;
}
table td:nth-child(2){
	text-align:center;
}
table{
	border-collapse:collapse;
	background-color:lightblue;
	padding:10px;
	margin-left:50px;
}
td,th{
	border:2px solid black;
	padding:5px;
}
th{
	background:black;
	color:white;
	font-size:3em;
}
p{
	background-color:#eba63f;
	border-radius:30px;
	padding:20px;
	margin:30px;
	
}
#africa{
	background-image: url(images/africa.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
}
#antarctica{
	background-image: url(images/antarctica.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
}
#asia{
	background-image: url(images/asia.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
}
#australia{
	background-image: url(images/australia.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
}
#europe{
	background-image: url(images/europe.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
}
#north_america{
	background-image: url(images/northamerica.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
}
#south_america{
	background-image: url(images/southamerica.jpg);
	background-size:260px 180px;
	background-repeat:no-repeat;
	padding-top:83px;
	padding-bottom:83px;
	padding-right:75px;
	padding-left:75px;
}
ol li{
	text-align:center;
	list-style-type:none;
	margin-top:5px;
	margin-bottom:5px;
}
mark{
	background-color:#f7f4e9;
	border-radius:15px;
	color:blue;
	padding:12px;
}
h6{
	background-color:lightblue;
	border-radius:15px;
	padding:20px;
	line-height:2;
}
