html, body { 
margin: 0; 
padding: 0; 
height: 99%; 
background-color: white;
font-family: Arial, sans-serif;
}
/* for >=IE5.5 */
body {
scrollbar-arrow-color: #000099;
scrollbar-3dlight-color: #66ccff;
scrollbar-darkshadow-color: #0066ff;
scrollbar-face-color: #66ccff;
scrollbar-highlight-color: #ccffff;
scrollbar-shadow-color: #0099ff;
scrollbar-track-color: #ccf6ff;
}

#container { 
position: relative; 
text-align: left; 
min-height: 99%;
} 

/* for IE */ 
* html #container { 
height: 99%; 
} 

#header 
{ 
top: 0; 
margin: 0 0 0 0; 
height: 100px; 
width: 100%; 
} 

#content 
{ 
margin: 0 0 0 0; 
padding: 10px 10px 170px 10px; 
} 

#footer
{ 
position: absolute; 
bottom: 0; 
margin: 0 0 0 0; 
padding-left: 5px;
height: 30px; 
width: 100%; 
} 

#search
{ 
position: absolute; 
bottom: 80; 
left: 280;
} 

#ad
{ 
position: absolute; 
bottom: 102; 
left: 50;
} 

#link
{ 
position: absolute; 
bottom: 170; 
left: 112;
} 

.afooter {color:#FFFF00;}

.hm {
background-color: #66CCFF;
color: #000000;
border-top: #330099 1px solid;
border-right: #330099 1px solid;
border-bottom: #330099 1px solid;
border-left: #330099 1px solid;
padding: 1px 2px 3px 2px; 
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
width: 100px;
height: 20px;
}

a.hm:hover {
background-color: #0066FF;
color: #FFFF00;
border-top: #0099FF 2px solid;
border-right: #3300CC 2px solid;
border-bottom: #3300CC 2px solid;
border-left: #0099FF 2px solid;
height: 20px;
padding: 1px 2px 1px 0px; 
}
