html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body, td {
background-color: #fff;
font-family: Arial, Verdana, Arial, Helvetica sans-serif;
font-size: 11px;
color: #556;
}

.wrapper {
position: relative;
display: table;
width: 70%;
margin: 0;
padding: 0;
height: 100%;
}

/* IE/Win requirement so floated tablecells take the height  */
* html .wrapper {display: block; height: 100%;}

.main {
display: table-cell;
border: 0;
margin: 0;
padding-top: 80px;
padding-bottom: 70px;
padding-left: 20px;
vertical-align: top;
min-height: 100%;
width: auto;
position: relative;
}

#header {
padding-top: 10px;
padding-bottom: 10px;
text-indent: 20px;
position: absolute;
top: 0;
left: 0;
background: url(http://www.planeador.net/gfx/templates/f_body.gif) #ccc;
width: 100%;
color: #fff;
font-weight: normal;
font-size: 24px;
line-height: 25px;
z-index: 5;
}
#menu {
padding: 5px 0;
text-indent: 20px;
position: absolute;
top: 45px;
left: 0;
background: #445;
width: 100%;
color: #777;
font-size: 12px;
z-index: 4;
}

#footer {
margin-top: -22px;
width: 100%;
background: #99a;
color: white;
text-align: center;
font-size: 10px;
padding-top: 5px;
padding-bottom: 5px;
position: absolute;
}

a  {
color: #009;
text-decoration: underline;
font-weight: normal;
}
a.menu {
color: #fff;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}
a:hover  {
text-decoration: underline;
}
input {
font-family: Arial, Helvetica, Tahoma, sans-serif;
font-size: 12px;
color: #000;
padding: 2px;
}
select {
font-family: Arial, Helvetica, Tahoma, sans-serif;
font-size: 11px;
color: #000;
}
textarea {
color : #000;
font-size: 12px;
font-family: Arial, Helvetica, Tahoma, sans-serif;
padding: 2px;
}
.st_blogdivider {
background-color : #009;
}
.filebg {font-style: normal; font-size:11px; border-bottom: 1px dotted #eee}
.filelist {font-style: normal; font-size:11px; border-bottom: 1px dotted #eee}