* {
padding: 0;
margin: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#ccc;
	height: 100%;
	background-color:#FFFFFF;
}

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:300px;
}

#container {
	min-height: 100%;
	/*position: relative;*/
	margin: auto 0;
}

#leftcolumn {
	float:left;	
}

#rightcolumn {
	float:right;	
}

#header {
	position:absolute;
	text-align:center;
	top:0;
	left:0;
	width:100%;
}
.demoContainer {
	/*top:-5px;
	background-color:#fff0;*/
	background-image:none;
	/*position: relative;
	min-height: 100%;*/
}

#footer {
	/*float:inherit;
	clear:both;*/
	/*left:0;
	
	text-align:center;
	height: 0px;
	*/	
	margin: 0px auto;
	left:0;
	width: 100%;
	text-align: center;
	position: absolute;
    bottom: 0;	
}
#clearfooter {
height: 0px;
}


.dojoxFisheyeListBar {
	margin: 0 auto;
	text-align: center;
}

.outerbar {
	background-color: #ffffff00;
	text-align: center;
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	width: 100%;
	border-top:1px solid #333;
}
		

.page {
	/*padding: 50px 20px 20px 20px;*/
}

.copy {
	color:#FFFFFF;
	background-color:#CCCCCC;
}

.about {
	font-size:12px;
	color:#666666;
}

/*
@media screen{
  body>div#footer{
   position: fixed;
  }
 }
 
 * html body{
  overflow:hidden;
 } 
 
 * html div#container{
  height:100%;
  overflow:auto;
 }
 */