html,body {
margin:0;
padding:0;
height:100%; /* needed for container min-height */
background:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
background-color:#ffffff;
}
<!--background-color:#b9f65e; --!>

ul {
margin: 0;
padding: 0;
}

h1 {
font-size:16px;
font-weight:bold;
color: #000;
letter-spacing: 1px;
margin: 0;
padding: 5px 0 1px 0;
}

h2 {
font-size:14px;
font-weight:bold;
color: #000;
letter-spacing: 1px;
margin: 0;
padding: 0 0 1px 5px;
}

#container {
position:relative; /* needed for footer positioning*/
margin:0 auto; /* center, not in IE5 */
width:850px;
background-image:url(images/bgshadow.jpg);
background-repeat:repeat-y;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
background-color:#FFFFFF;

}


#menu ul {
padding: 0;
margin: 0;
}

#menu li {
line-height: 30px;
list-style:none;
color: #fff;
margin: 0;
padding: 0;
}

#menu td  {
text-decoration: none;
color: #fff;
font-size:10px;
margin: 3px 0 0 0;
}

#menu td a {
text-decoration: none;
color: #000;
font-size:14px;
font-weight: bold;
}
input {
width: 300px;
}
select {
width: 300px;
}
textarea{
width: 300px;
}
#menu td a:hover {
text-decoration: underline;
}

#content {
padding:.5em 0 5em 0; /* bottom padding for footer */
margin: 0;
background-color:#FFFFFF;
}

#footer {
position:absolute;
bottom:0; /* stick to bottom */
width: 800px;
height: 40px;
color: #fff;
font-size: 10px;
background-color:#4A5352;
}
.adminmenu{
background: url("../images/menu_03.jpg");
width: 65px;
height:40px;
color: #000000;
text-decoration: none;
}
.adminmenu a{
text-decoration: none;
font-weight:600;
color: #000000;
}
.adminmenu a:hover {
text-decoration: underline;
color: #000000;
font-weight:600;
}
#footer a {
color: #fff;
font-size: 10px;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
font-size: 10px;
}

