#header{
	margin: 0px;
	height: 100px;
	position: absolute;
	width: 100%;
}
#line {
	background-color: #FF0000;
	height: 2px;
	top: 98px;
	position: absolute;
	left: 0px;
	right: 0px;
}
#dirty {
	background-image: url(images/header.png);
	height: 63px;
	width: 400px;
	top: 34px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#links {
	position: absolute;
	width: 100%;
	color: #CCCCCC;
	text-align: center;
	top: 100px;

}
a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

body {
	background-color: #000000;
	margin: 0px;
}
#content {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 125px;
}
#rss a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#rss a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#rss {
	color: #CCCCCC;
	text-decoration: none;
}
