body{
	background-color: red;
}

#africa {
	background-image: url("images/images/africa.jpg");
	background-repeat: no-repeat;
	
	padding-top:  88px;
	padding-bottom:  88px;
	text-align: center;
	margin-right: 710px;
}
#logo{
	background-image: url("images/images/cow_logo.png");
	background-repeat: no repeat; 
	padding: 194px;
	padding-bottom: 1px;
	margin-right: 250px;
	margin-left: 250px;
	
	
  

	
}
#antarctica{
	background-image: url("images/images/antarctica.jpg");
	background-repeat: no-repeat;
	
	padding-top:  88px;
	padding-bottom:  88px;
	text-align: center;
	margin-right: 710px;
	
}
#asia{
	background-image: url("images/images/asia.jpg");
	background-repeat: no-repeat;
	
	padding-top: 70px;
	padding-bottom:  88px;
	text-align: center;
	margin-right: 710px;
}
#australia{
	
	background-image: url("images/images/australia.jpg");
	background-repeat: no-repeat;
	
	padding-top:  110px;
	padding-bottom:  88px;
	text-align: center;
	margin-right: 710px;
}
#europe{
	background-image: url("images/images/europe.jpg");
	background-repeat: no-repeat;
	
	padding-top:  90px;
	padding-bottom:  88px;
	text-align: center;
	
	margin-right: 710px;
}
#northamerica{
	background-image: url("images/images/northamerica.jpg");
	background-repeat: no-repeat;
	
	padding-top:  115px;
	padding-bottom:  88px;
	text-align: center;
	margin-right: 710px;
}
#southamerica{
	background-image: url("images/images/southamerica.jpg");
	background-repeat: no-repeat;
	
	padding-top:  88px;
	padding-bottom: 88px;
	text-align: center;
	margin-right: 710px;
	
}
#wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
	padding: 2em;
	background-color: purple;
	border-radius: 35px;
	box-shadow: 30px 70px 50px grey;
}
.border{
	border: 5px red;
	border-radius: 5px;
	background-color: lightgrey;
}
.picture{
	border: 35 lightblue;
	border-radius: 15px;
}

em{
	font-style: large;
	text-align: center;
	font-size: 1.5em;
	text-decoration: underline;
	margin-left: 410px;
}
ul{
	 list-style-type: none;
}
li a{
  padding: 15px;
  background-color: gray;
  border-radius: 20px;
}
table {
    border-collapse:collapse; 
	float: right;
	margin-right: 250px;
	
}

td {
   border:1px solid #000;
   background-color: red;
}
 th{
	 border: 4px solid black;
	 font-size: 3em;
	 background-color:red;
 }
 td:nth-of-type(1)
 {
	 color: orange;
	 font-weight: bold;
	 font-size: 1.5em;
 }
 td:nth-of-type(2)
 {
	 font-size: 1.1em;
 }
main {
	float: right;
	width: 560px;
}
li.a {
  transform: rotate(10deg);
}
li.b {
  transform: skewX(10deg);
}
li.c {
  transform: scaleY(1.5);
}