* { margin: 0; padding: 0; }
html, body { height:100%; }
body { background: #dddddd; font-family: Bitstream Vera Sans, Tahoma, sans-serif; font-size: 11px; color: #757575; margin:0px; padding:0px; }
#head { height: 6%; background: #cccccc; }
#foot { height: 6%; background: #cccccc; } 
// #foot { height: 6%; background: #cccccc url('images/watermark.png') no-repeat 98%; }

#copyleft { 
width: 100%; 
height: 100%; 
// background: transparent url('images/footer.png') no-repeat center center; 
}

#maincontent { width:100%; height:88%; }
#logo { height: 60px; background: url('images/site_logo.jpg') no-repeat top center; padding: 100px 0px 0px 0px; }
#subtext { width: 320px; text-align: justify; }
a { color:#757575; text-decoration: none; }
a:hover { color: #888888; }
.inputtext { padding:1px 3px 0px 3px; font-family: "tahoma", "arial", "helvetica", "sans-serif"; font-size: 8pt; color: #000000; width:200px; }