body {
    margin: 0;
    padding: 0;
    text-align: left;
    font: 12px Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #061C37;
}
* {
    margin: 0 auto;
    text-align: left;
}
#container {
    display: block;
    height: auto;
    position: relative;
    width: 940px;
}
header {
    background-image: url("/images/elephantUnderBanner.jpg");
    background-size: 900px 354px;
    background-repeat: no-repeat;
    width: 900px;
    height: 354px;
    padding: 4px 4px 4px 4px;
    color: White;
    float: center;
}
img {
    width: 900px;
}
#menu {
    background-image: url("/images/menu.jpg");
    background-repeat: no-repeat;
    width: 940px;
    height: 69px;
    float: left;
    clear: both;
}
article {
    width: 880px;
    height: 1000px;
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}
#menu ul {
    list-style: none;
    padding: 0;
    margin-left: auto;
    width: 900px;
}
#menu li {
    list-style: none;
    padding: 0;
    display: inline;
}
#menu a {
    float: left;
    width: 150px;
    height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding-top: 17px;
    font-size: 15px;
}
#menu a:hover {
    color: #BEE399;
}
html,
body {
    text-align: center;
}
p {
    text-align: left;
}
#lion {
    padding-bottom: 5px;
    position:fixed;
    bottom:0;
    margin:0;
    width:75%;
    height:75%;
    background:url(/images/lionPeaking.jpg) no-repeat bottom center;
    background-size:20%;
}
    