/*################################# HOLDS EVERYTHING ###############################*/
#daddy{
	display: none;
}

#rounder{
	display: none;
}

#contento{
	position:absolute;
	left: 50%; 
	top: 0;
	margin-top: 20px; 
	margin-left: -450px; 
	width: 900px;
	height: 5000px;
	padding: 0;
	background-color: #000000;
	z-index:2;
	text-align: left;
}

#blog_body{
	height: 5000px;
}

#blog_content{
	height: 5000px;
}


#blog_sidebar{
	height: 5000px;
}

