html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#ccc;
	/*height: 98%;*/
	background-color:#FFFFFF;
	margin:0;
	padding:0 0 0 0;
}

a, a:link {
	color:#0099FF;
	text-decoration:none;
}
a:hover {
	color:#0099FF;
/*	background-color:#FFCCFF; */
	text-decoration:underline;
}
a:active {
	color:#0099FF;
	text-decoration:none;
}
a:visited: {
	color:#0099FF;
	text-decoration:line-through;
}
.style1 {
	font-size: 24px;
	color: #666666;
}
.friendfeed {
	width:400px;
}

#container {
	/*min-height: 100%;
	position: relative;*/
}

#leftcolumn {
	float:left;	
}

#rightcolumn {
	float:right;	
}

div#footer {
	/*float:inherit;
	clear:both;*/
	left:0;
	position: absolute;
    bottom: 0;
	width: 100%;
	text-align:center;
	height: 0px;
}

.demoContainer {
	padding: 0;
	margin: 0;
	top:-5px;
	/*background-color:#fff0;*/
	background-image:none;
	position: relative;
	/*min-height: 100%;*/
}

.dojoxFisheyeListBar {
	margin: 0 auto;
	text-align: center;
}

.outerbar {
	background-color: #ffffff00;
	text-align: center;
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	width: 100%;
	border-bottom:1px solid #333;
}
		

.page {
	/*padding: 50px 20px 20px 20px;*/
}

.copy {
	color:#FFFFFF;
	background-color:#CCCCCC;
}

@media screen{
  body>div#footer{
   position: fixed;
  }
 }
 
 * html body{
  overflow:hidden;
 } 
 
 * html div#container{
  height:100%;
  overflow:auto;
 }