/*div {
border-color: red;
border-style: dotted;
border-width: 3px;
margin: 3px;

}*/
div#body {
min-height: 500px;
min-width: 800px;
position: relative;

}
body#index {
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold; 
font-size: .8em; 
/*background-image: url('background.png');
background-repeat: no-repeat;
background-position: 50% 00%; */

}

div#header {  
padding: 1px;
width: 99%;
text-align: center;
background-color: rgb(217,255,195);
border-color: green;
border-style: solid;
border-width: 0px;
border-top-width: .2px;
border-bottom-width: .2px;


}

div#content {
font-size: .8em; 
font-weight: 100;

}
div#footer {  
position: absolute;
bottom: -65px;
padding: 1px;
width: 99%;
text-align: center;
background-color: rgb(195,217,255);
border-color: blue;
border-style: solid;
border-width: 0px;
border-top-width: .2px;
border-bottom-width: .2px;
font-size: .8em; 
font-weight: 100;

}

.center {
text-align: center;
margin-right: auto;
margin-left: auto;
}
td#right {
text-align: right;

}
td.left {
text-align: left;
}
img {
border-width: 0px;

}