

* { margin: 0; padding: 0; border:0; }
html, body {
  height: 100%; overflow: hidden;
}
body { 
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
}
* html body {font-size:97%;}
*+html body {font-size:97%;}
#start {
	position:absolute; z-index:1;
	left:0px;top:0px;
	overflow:hidden;
}
#ticker {
	position:absolute; z-index:2;
	left:400px;top:735px;
	width:483px;
	font-size:12px;color:#707070;
}
#ticker a{text-decoration:none;color:#707070;}
#ticker a:hover {text-decoration:underline; color:#01b9ff;}
