html, body {height: 100%; margin: 0; padding: 0; }
#all {position: relative; height: 100%;z-index:1}
html>body #all {height: auto; min-height: 100%;}

#empty, {height: 45px;}

#footer {
    height: 45px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1;
}
#flash{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#content {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


html, body, TABLE, p, a, div, span, td {
              font-family: verdana;
              font-size: 12px;
              color: #000000;
}

h1 {
              font-family: verdana;
              font-size: 18px;
              color: #009933;
              padding: 0 0 0 0;
              margin: 0 0 0 0;
}

.news{
text-decoration:none;
}