* { margin: 0; padding: 0; }
html, body { height:100%; }
body { background: #fff; font-family: tahoma, Arial, sans-serif; font-size: 14px; color: grey; margin:0px; padding:0px; }
#head { height: 2%; background: yellow; }
#foot { height: 6%; background: yellow; padding-right: 10px; }
#footx { height: 4%; background: black; padding-right: 30px; text-align: right; }
#main { width:100%; height:88%; color:gray ;}
#logo { height: 90px; background: url('a.gif') no-repeat top center; padding: 20px 0px 0px 0px; }
#text { width: 370px; text-align: center; }
a { color:#888888; text-decoration: none; }
a:hover { color: #ffffff ; }
img { padding: 10px 0px 10px 0px; }
