@media screen and(max-width: 1150px) 
	{
body 
{
background-image:url('bgbg.gif');
background-repeat:no-repeat;
background-size:1150px 4000px;
overflow-y:scroll;
overflow-x:hidden;}

#about {background:#006600;
width: 1150px; height: 250px;
color:white;
font-family: Arial, Serif;
text-align:center;
font-size:20px;
top:680px;
position:absolute;
left:0px;}

h1.about {padding:0px;
font-family:Candice;
font-size: 50px;
text-shadow: 2px 2px 0 #006600, 3px 3px 0 #fff;}

.lion
{
background-color: #006600; 
width:20%; 
height:45%;
position:absolute;
top:170%;
left:10%;
}
.tiger
{
background-color: #006600; 
width:20%; 
height:45%;
position:absolute;
top:170%;
left:40%;
}
.monkey
{
background-color: #006600; 
width:20%; 
height:45%;
position:absolute;
top:170%;
left:70%;
}
.cheetah
{
background-color: #006600; 
width:20%; 
height:45%;
position:absolute;
top: 220%;
left:10%;
}
.hippo
{
background-color: #006600; 
width:20%; 
height:45%;
position:absolute;
top:220%;
left:40%;
}
.owl
{
background-color: #006600; 
width:20%; 
height:45%;
position:absolute;
top:220%;
left:70%;
}
.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;  
}
.content
{ 
font-family:"Arial";
font-size: 16px;
color: #00000 ;
}
.footer 
{
background:#03406A;
width: 1010px; height: 10px;
padding:24px;
text-align:right;
color:white;
font-size:10px;
position:absolute;
top: 280%;
right:0px;}

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