#header{
	height: 22px;
	padding-top:6px:
	font-size:16px;
	background-color: #CECECE;
	font-weight:bold;
}


#footer{
position: fixed;
bottom: 0px;
left: 0;
width: 100%;
height: 35px;
padding: 0px;
}

* html{
overflow:hidden;
}

* html body,
* html #content{
width:100%;
height:100%;
overflow:auto;
background-image: url(../images/bg.gif);
}

* html #footer{
left:-1px;
bottom: 0px;
position:absolute;
}
