	html,body 
		{
			margin:0px;
			padding:0px;
			font-family: Helvetica;
			color:#fff;
			font-size: 14px;
			
			background-image:url("images/bk.png");
		}
		
		a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #CCC;
}

		#pageBuckett
		{
			height:800px;
			left:0px;
			width:100%;
		}
		
		#img
		{
			
			margin-top:0px;
		}
		
		#toolbar
		{
			visibility:hidden;
			background-image:url("images/bkbar.png");
			background-repeat:repeat;
			position:absolute;
			top:0px;
			height:0px;
			width:100%;
			
		}
		
		#footer
		{
			background-image:url("images/bkbarblack.png");
			background-repeat:repeat;
			position:absolute;
			top:348px;
			height:70px;
			width:100%;
			text-align:center;
		}
		
		#chanbutton
		{
			
			margin-top:0px;
			float: inherit;
			position:;
			height:58px;
			margin-bottom:3px;
		}
		
		#chan
		{
			
			margin-top:0px;
			width:320px;
			float: inherit;
			position: relative; float:left; background-color:#000;
		}
		
		#twitter_div { position:relative; float:left;}