@import url(/style.css);

body {
	background-color: rgb(42,40,38);
	color: rgb(210,210,210);
}

.horizontal_line {
	border-top-color: #fff;
}

a {
	color: rgb(0,158,224);
}

a {
	color: rgb(0,158,224);
}

a:hover {
	color: rgb(255,255,255);
}

#header, #footer {
	color: #fff;
}

#footer a {
	color: rgb(210,210,210);
}

#header_element_twitter {
	background-image: url(/images/twitter.png);
}

#header_element_facebook {
	background-image: url(/images/facebook.png);
}

#header_element_rss {
	background-image: url(/images/rss.png);
}

#header_logo {
	background-image: url(/images/logo_small.png);
}
