/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
/* end hide */

body, td, th, li {
	height:  100%;
	margin:  0;
	padding: 0;
	background-color: #0F0F0F;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #999;
	background-image: url(../img/background.gif);
	background-position: top;
	background-repeat: repeat-x;
}

A:link, A:visited, A:active 
{ 
	color: #FF0000; 
	text-decoration: none; 
}

A:hover 
{ 
	text-decoration: underline; 
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#canright {
	position: absolute;
	text-align: right;
	bottom: 15px;
	right: 100px;
	z-index: 5;
}

#home-bugs {
	position: absolute;
	right: 100px;
	top: 205px;
}
