/*
	Voting Center's Color Stylesheet
	By: Rea!usion
*/

body {
	background-color:#000000;
	color:#FFFFFF;
}

#header {
	background:#000000 url("logo.jpg") no-repeat center center;
}

#sidebar {
	background-color:#000000;
}

#sidebar ul {
	border-bottom-color:#222222;
}

#sidebar ul li {
	color:#FFFFFF;
}

#sidebar ul li a {
	color:#FFFFFF;
}

#content {
	background-color:transparent;
}

#footer {
	background-color:#000000;
}

#footer a {
	color:#999999;
}