/*
	Override Stylesheet
*/


#commentspopup,
#page {
	background: black;
}


#page {
	margin: 10px auto /*40px auto*/;
}


#header-complete {
	margin-bottom: 0px;
}


#header {
	background: black;
	height: 65px;
}

#header-top {
	background: black left top;
}
	
#header-top-inner {
	background: black right top;
}

#page #headerimg {
	left: 0px;
}

#header-bottom {
	background: black left bottom;
}

#header-bottom-inner {
	background: black right bottom;
}

#content-post {
	padding: 0px 0;
}
	
#footer {
	background: black;
}
	
#footer-top {
	background: black top left;
}	
	
#footer-top-inner {
	background: black top right;
}
	
#footer-bottom {
	background: black bottom right;
}
	
#footer-bottom-inner {
	background: black bottom left;
}	
	
#copyright {
	left: 0px;
}

#newsfeed-icons {
	right: 0px;
}

#sidebar
{
	background: black !important;
}

#final-footer {
	border-top: 0px solid rgb(64, 64, 64);
}