#wrapper{
		width:1000px;
		margin:auto;
		background-color:#3cbcc3;
		border-radius:72px;
		box-shadow:15px 15px 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;
}
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;
	margin-right:700px;
}
#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;
	margin-right:700px;
}
#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;
	margin-right:700px;
}
#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;
	margin-right:700px;
}
#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;
	margin-right:700px;
}
#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;
	margin-right:700px;
}
#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;
	margin-right:700px;
}
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;
}