body
{
margin: 0px;
min-width: 750px;
max-width: 1001px;
min-height: 400px;
font-size: 62.5%;
background-color: #2c7105;
}

#mainbg
{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}


#page
{
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
position: absolute;
top: 0px;
left: 0px;
}

#mainbody
{
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
text-align: left;
font-size: 1.5em;
font-weight: normal;
font-family: arial, verdana, 'sans serif';
color: #000000;
position: absolute;
top: 0px;
left: 0px;
}

#maincontent
{
width: 80%;
height: 50%;
position: absolute;
top: 10%;
left: 8%;
background-image: url('contentbg.png');
background-position: center center;
background-repeat: repeat-y; 
padding: 25px;
}

#mainfooter
{
width: 100%;
height: 115px;
position: absolute;
bottom: 0%;
left: 0%;
margin: 0px;
text-align: left;
}

#mainmenu
{
width: 100%;
height: 115;
position: absolute;
bottom: 4%;
left: 0%;
text-align: left;
}

.normalfont
{
font-size: 1em;
font-weight: normal;
font-family: arial, verdana, 'sans serif';
color: #000000;
}

.mainmenufont
{
font-size: 1.1em;
font-weight: normal;
font-family: arial, verdana, 'sans serif';
color: #ffffff;
display: inline;
}

a.mainmenulink
{
font-size: 1em;
font-weight: normal;
font-family: arial, verdana, 'sans serif';
color: #2A2A2A;
background-color: #ffffff;
text-decoration: none;
padding: 2px;
margin: 0px 0px 3px 3px;
}

a.mainmenulink:hover
{
font-size: 1em;
font-weight: normal;
font-family: arial, verdana, 'sans serif';
color: #ffffff;
background-color: #2A2A2A;
text-decoration: none;
padding: 2px;
margin: 0px 0px 3px 3px;
}