body {
	background-color: black;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Segoe UI, Verdana, sans-serif;
	font-size: 10pt;
}
a {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: middle;
	margin-right: 10px;
	border: none;
}
.mono {
	font-family: Courier, monospace; 
	color: #ccc;
	font-weight: bold;
}
#content {
	text-align: center;
	margin-top: 100px;
}
#showie {
	display:none;
	width: 50%;
	border: 2px solid #800000;
	background-color: #400;
	padding: 10px;
	margin-top: 30px;
}
#logo {
	margin-bottom: 20px;
	display: none;
}
#buttons img {
	margin: 0 5px 0 5px;
}
#bbb {
	opacity: 0.0;
	filter: alpha(opacity = 0);
	display: inline;
}
#retro {
	opacity: 0.0;
	filter: alpha(opacity = 0);
	display: inline;
}
#what {
	opacity: 0.0;
	filter: alpha(opacity = 0);
	display: inline;
}
#rss {
	opacity: 0.0;
	filter: alpha(opacity = 0);
	display: inline;
}
#bottom {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#facebook {
	opacity: 0.0;
	filter: alpha(opacity = 0);
	display: inline;
}
#twitter {
	opacity: 0.0;
	filter: alpha(opacity = 0);
	display: inline;
}
.rss {
	background-color: black;
	color: white;
	padding: 5px;
	margin: 0px;
}
.rss h3 {
	font-size: 14pt;
	color: #ccf;
}
.rss h6 {
	font-size: 8pt;
	border-bottom: 2px dotted #666;
	text-align: right;
	margin: 0;
	padding: 0;
	color: #557;
}
.rss p {
	color: #eee;
	margin: 0;
}
.rss h5 {
	font-size: 10pt;
	margin: 0;
	font-weight: normal;
}
