@charset "utf-8";
.main {
	font-size: 10px;
	color: #FFF;
}
html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background:url(bg.jpg);
	background-repeat:no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	background-attachment:fixed
	
}
.mini {
	font-size: 9px;
	color: #FFF;
}
p {margin: 0; padding: 0;}
a
{
	outline:none;
}

.clear-both
{
	clear:both;
}

div.scroller{
		position:relative;
		height:20px;
		width:875px;
		display:block;
		overflow:hidden;
		margin-top:5px

	}
div.scrollingtext{
		position:absolute;
		white-space:nowrap;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		color:#ffffff;

	}

#slideshow {
    position:relative;
    height:348px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


.minibk {
	font-size: 9px;
	color: #000;
}







#container {
	width:740px;
	margin:0 auto;
}

#diffFeeds {
	margin:15px 0;
}

#feedContent {
	float:left;
	width:570px;
}

.postTitle {
	margin-top:10px;
}

#pistachio-ad {
	margin-top:-70px;
	float:right;
}

#ui, selectParser {
	width:570px;
}

a {
	color:#8CC4E4;
	text-decoration:none;
}

a:hover {
	color:#6BA1C1;
	text-decoration:underline;
}


a img {
	border:0;
}

.description {
	display:hidden;
}

.date {
	color:#00E817;
	font-size:9px;
}
