#body
{
margin-left:auto;
margin-right:auto;
padding: 0px;
--background-image: url('Images/Background_Green.png'); 
background-size: 100% 100%;
background-repeat:repeat;
background-color: #EEECE1;
font-family: Arial;
font-size: small;
max-width: 1800px;

}
#header
{
background-image: url('Images/Header.png');
height: 235px;
--width: 100%;
--max-width: 1800px; 
}
#menu
{
margin: 10px;
padding: 10px;
background: #4BACC6;
width: 100%;
font-family: Arial;
font-size: larger;
text-align: left;
vertical-align: middle;
border-bottom-style: ridge;
border-bottom-width: thick;
border-bottom-color: #FFFFFF;
}
#content
{
padding-left: 0px;
padding-top: 0px;
padding: 15px;
text-align: center;
}
.footer
{
background: #4BACC6;
clear: both;
margin: 10px;
width: 100%;
max-width: 1800px;
color: #555555;
font-family: Arial;
font-size: medium;
text-align: center;
border-top-style: ridge;
border-top-width: thick;
border-top-color: #FFFFFF;
border-bottom-style: ridge;
border-bottom-width: thick;
border-bottom-color: #FFFFFF;
position:fixed;
bottom:0;
z-index: 999999;
padding: 0px;

}

img {
    height: auto;
    --max-width: 640px;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    -transition: all 1s;
}
img.expanded {
    max-width: 1800px;
}