/* hide from mac ie5 \*/
html{
width: 100%;
height: 100%;
}

body {
  margin: 0;
  padding: 0;
width: 100%;
height: 100%;

}

#page {
  position: center;
  padding: 0px -2px 0px 0px;	
}

#ticker {
position: fixed;
bottom: 0;
left:0;
padding: 0px 0px 0px 0px;
margin: 0px 0px -1px 0px;
width:100%;
z-index: 200;
}
/* end mac ie5 hack */

/*
@media all and (min-width:0px) {  /* only opera 7 can currently read this */
  #page {
  }

}
*/

