@CHARSET "UTF-8";

* 
{
	margin: 0 0;
	padding: 0 0;

}
body
{
	font-family: helvetica, arial;

	background: #424242;
	margin-top: 40px;
}

#content
{
	margin: 0 auto;
	width: 900px;
	
}
	#aboutatstream
	{
		float: left;
	}
	
		#logo
		{
			height: 42px;
			width: 220px;
			overflow: hidden;
			text-indent: -999px;
			background: transparent url('/img/atstream.png') no-repeat 0 -1px;
			
		}

	#search
	{
		float: right;
		margin-top: 20px;
		border-width: 0px;
	}
		#search input
		{
			border: 1px solid #222;
			background: #000;
			color: #FFF;
			font-size: 9pt;

		}
		#search.submit
		{
			height: 20px;
			margin-top: 11px;
		}
		#search.inputbox
		{
			height: 22px;

		}
	#about
	{
		position: absolute;
		width: 900px;
		height: 500px;
		background: #000;
		color: #CCC;
		z-index: 1000;
	}
		#about p:first-child
		{
			padding-top: 80px;
		}
		#about p
		{
			padding: 20px;
			font-size: 10pt;
			text-align: right;
		}
		#about a 
		{
			color: #FFF;
			text-decoration: none;
		}
		#about a:hover
		{
			color: #ff64d5;
		}
	#logo:hover
	{
		background: transparent url('/img/atstream.png') no-repeat 0 -42px;
	}
	#wrapper
	{
		clear: both;
		border: 1px solid #222;
		height: 498px;
		width:898px;
		
	}
	#scroller
	{
		background: #000;
		height: 498px;
		width:898px;
		position: relative;
		overflow: hidden;
	}
	.word
	{
		position: absolute;
		display: block;
		
		text-align: center;
		color: #FFF;
		cursor: pointer;
	}
	.highlighted , .selected
	{

		color: #ff64d5;
	}
	.from_to
	{
		font-family: courier;
	}