body
{
background-image:url('smallerhead.jpg');

background-image: -ms-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, #0B535E 100%);
background-image: -moz-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, #0B535E 100%);
background-image: -o-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, #0B535E 100%);
background-image: -webkit-gradient(radial, center center, 0, center center, 480, color-stop(0, #FFFFFF), color-stop(1, #0B535E));
background-image: -webkit-radial-gradient(center, ellipse farthest-side, #FFFFFF 0%, #0B535E 100%); 
background-image: radial-gradient(ellipse farthest-side at center, #FFFFFF 0%, #0B535E 100%);
}

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

.menu 
{
position:fixed;
top:0;
right:0;
width:100%;
background-color:#03406A;
z-index:1;
}

.nav 
{
list-style:none;
margin:0;
padding:0;
border: 1px solid #fff;
border-width: 1px 0;
text-align:center;
}

.nav li {display:inline;}

.nav a 
{
display:inline-block;
padding:5px 30px;
text-decoration:none;
border:none;
font-family: Century Gothic, Sans-Serif;
text-align:center;
font-size:105%;
}

.nav a:link, .nav a:visited, .nav a:active {color:#fff}
.nav a:hover {color:#61B4CF}

#about 
{
background:#00CED1;
width: 100%; height: 200px;
color:#FFFFFF;
font-family: Century Gothic, Sans-Serif;
text-align:center;
font-size:21px;
top:580px;
position:absolute;
right:0;
border: 1px solid #fff;
border-width: 1px 0;
}

h1.about 
{
padding:0px;
font-family:Century Gothic, Sans-Serif;
font-size: 215%;
color:#FFFFFF;
}

.lion
{
background-color:firebrick; 
width:80%; 
height:20%;
top:145%;
right:10%;
left:10%;
}

.tiger
{
background-color:chocolate; 
width:80%; 
height:20%;
top:170%;
left:10%;
right:10%;
}

.monkey
{
background-color:green; 
width:80%; 
height:20%;
top:195%;
left:10%;
right:10%;
}

.cheetah
{
background-color:darkorange; 
width:80%; 
height:20%;
top: 220%;
left:10%;
right:10%;
}

.hippo
{
background-color:salmon; 
width:80%; 
height:20%;
position:absolute;
top: 245%;
left:10%;
right:10%;
padding:5px;
}

.owl
{
background-color:sienna; 
width:80%; 
height:20%;
top:270%;
left:10%;
right:10%;
}

.lion, .tiger, .monkey, .cheetah, .hippo, .owl
{
border: 3px solid white;
position:absolute;
padding:5px;
}

.image
{
border-radius: 50px;
border:2px solid white; 
width:100px;
height:100px;
margin-top:10px;
float:left;
margin-left:20px;
}

.content
{ 
font-family:Century Gothic, Sans-Serif;
font-size: 105%;
color:#FFF;
}

.footer 
{
background:#03406A;
width:100%; 
height:7px;
padding:1%;
text-align: center;
font-family:Century Gothic, Sans-Serif;
font-size:72%;
color:white;
position:absolute;
top: 295%;
right:0;
border: 1px solid white;
border-width:1px 0;
font-family:Century Gothic, Sans-Serif;
}

.meet 
{
top:745px;
width:100%;
font-family:Century Gothic, Sans-Serif;
font-size:245%;
color:#fff;
position:absolute;
top:115%;
right:0;
}

#aa
{
border:1px solid white;
background:#0B535E;
}

