body
{background-image: url('largehead.jpg');
background-image:repeat;
width:100%;
}
#header {background-image: url('smallerhead.jpg');
background-repeat: repeat-x;
position:absolute;
z-index:-2;
top:0px;
right:0px;	
height:100%;
width:100%;
background-size: auto 100%;}


.menu {position:fixed;
top:0px;
left: 0px;
width:100%;
height:50px;
background-image: url('smallerhead.jpg');
z-index:1;
}
.nav {list-style:none;
margin:0;
padding:0;
text-align:center;
}
.nav li {display:inline;}
.nav a {display:inline-block;
padding:10px;
text-decoration:none;
border:none;
font-family: Arial, Serif;
text-align:center;
font-size:25px;
font-weight:bold;
}
.nav a:link, .nav a:visited, .nav a:active {color:#000}
.nav a:hover {color:#fff}

#about {background:#72C6DE  ;
width: 100%; height: 200px;
color:#FFFFF;
font-family: Arial, Serif;
text-align:center;
font-size:20px;
top:580px;
position:absolute;
left:0px;
}

h1.about {padding:0px;
font-family:Tahoma;
font-size: 50px;
color:#FFFFFF;}

.lion
{
background-color:#00CC00; 
width:20%; 
height:45%;
position:absolute;
top:160%;
left:10%;
padding:5px;
}
.tiger
{
background-color: #00CC00; 
width:20%; 
height:45%;
position:absolute;
top:160%;
left:40%;
padding:5px;
}
.monkey
{
background-color: #00CC00; 
width:20%; 
height:45%;
position:absolute;
top:160%;
left:70%;
padding:5px;
}
.cheetah
{
background-color:#00CC00; 
width:20%; 
height:45%;
position:absolute;
top: 220%;
left:10%;
padding:5px;
}
.hippo
{
background-color: #00CC00; 
width:20%; 
height:45%;
position:absolute;
top: 220%;
left:40%;
padding:5px;
}
.owl
{
background-color: #00CC00; 
width:20%; 
height:45%;
position:absolute;
top:220%;
left:70%;
padding:5px;
}
.lion, .tiger, .monkey, .cheetah, .hippo, .owl
{
border-radius: 15px;
border-top-left-radius:15px;
border-bottom-left-radius:15px;
border-top-right-radius:15px;
border-bottom-right-radius:15px;
-moz-border-radius: 15px;
}
.image
{
border-radius: 50px/50px;;
border:2px solid white; 
width:100px;
height:100px;
margin-top:10px;
}
.content
{ 
font-family: Arial;
font-size: 16px;
color: Black;
}
.footer 
{
background:#22546A;
width: 100%; height: 10px;
padding:24px;
text-align: right;
color:black;
font-size:12px;
position:absolute;
top: 280%;}

.meet {top:790px;
width:100%;
font-family:'century gothic';
font-size:30px;
color:#03406A;
position:absolute;

}